#233DB6

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

Shades of Persian Blue #233DB6

Tints of Persian Blue #233DB6

Color information

#233DB6 (or 0x233DB6) is unknown color: approx Persian Blue. HEX triplet: 23, 3D and B6. RGB value is (35,61,182). Sum of RGB (Red+Green+Blue) = 35+61+182=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 182 (71.48% from 255 or 65.47% from 278); Max value from RGB is 182 - color contains mainly: blue. Hex color #233DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DB6 is #DCC249. Grayscale: #424242. Windows color (decimal): -14467658 or 11943203. OLE color: 11943203.

HSL color Cylindrical-coordinate representation of color #233DB6: hue angle of 229.39º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233DB6 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3561182-
CMYK0.810.6600.29
HSL229.39º67.74%42.55%-
HSV(B)229.39º80.77%71.37%-
XYZ10.817.0745.05-
YUV67.02192.89105.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.59%
GREEN value IS 61 (24.22% from 255) = 21.94%
BLUE value IS 182 (71.48% from 255) = 65.47%
R=12.59%
G=21.94%
B=65.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35611820.810.6600.29229.3967.7442.55
Hex233DB6514201De5442b
Octal437526612110203534510453
Binary1000111111011011011010100011000010011101111001011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233DB6; }

 p { color: rgb(35,61,182); }

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

<style>
 a { background-color: #233DB6; }

 a { background-color: rgb(35,61,182); }

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

<style>
 span { border-color: #233DB6; }

 span { border-color: rgb(35,61,182); }

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