#232FD5

Color #232FD5 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #232FD5

Tints of Persian Blue #232FD5

Color information

#232FD5 (or 0x232FD5) is unknown color: approx Persian Blue. HEX triplet: 23, 2F and D5. RGB value is (35,47,213). Sum of RGB (Red+Green+Blue) = 35+47+213=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 213 (83.59% from 255 or 72.20% from 295); Max value from RGB is 213 - color contains mainly: blue. Hex color #232FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232FD5 is #DCD02A. Grayscale: #3D3D3D. Windows color (decimal): -14471211 or 13971235. OLE color: 13971235.

HSL color Cylindrical-coordinate representation of color #232FD5: hue angle of 235.96º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232FD5 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3547213-
CMYK0.840.7800.16
HSL235.96º71.77%48.63%-
HSV(B)235.96º83.57%83.53%-
XYZ13.727.1963.62-
YUV62.34213.02108.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 11.86%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 213 (83.59% from 255) = 72.20%
R=11.86%
G=15.93%
B=72.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal35472130.840.7800.16235.9671.7748.63
Hex232FD5544E010ec4831
Octal435732512411602035411061
Binary1000111011111101010110101001001110010000111011001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232FD5; }

 p { color: rgb(35,47,213); }

 H1.HeaderClassName
 {
   color: #232FD5;
 }
 .AnyTagClassName
 {
   color: #232FD5;
 }
</style>
background-color css

<style>
 a { background-color: #232FD5; }

 a { background-color: rgb(35,47,213); }

 div.DivClassName
 {
   background-color: #232FD5;
 }
 .BgClassName
 {
   background-color: #232FD5;
 }
</style>
border-color css

<style>
 span { border-color: #232FD5; }

 span { border-color: rgb(35,47,213); }

 td.TdClassName
 {
   border-color: #232FD5;
 }
 .TagClassName
 {
   border-color: #232FD5;
 }
</style>