#233ac6

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

Shades of Persian Blue #233AC6

Tints of Persian Blue #233AC6

Color information

#233AC6 (or 0x233AC6) is unknown color: approx Persian Blue. HEX triplet: 23, 3A and C6. RGB value is (35,58,198). Sum of RGB (Red+Green+Blue) = 35+58+198=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 198 (77.73% from 255 or 68.04% from 291); Max value from RGB is 198 - color contains mainly: blue. Hex color #233AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233AC6 is #DCC539. Grayscale: #424242. Windows color (decimal): -14468410 or 12991011. OLE color: 12991011.

HSL color Cylindrical-coordinate representation of color #233AC6: hue angle of 231.53º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #233AC6 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3558198-
CMYK0.820.7100.22
HSL231.53º69.96%45.69%-
HSV(B)231.53º82.32%77.65%-
XYZ12.47.4654.21-
YUV67.08201.88105.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.03%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 198 (77.73% from 255) = 68.04%
R=12.03%
G=19.93%
B=68.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal35581980.820.7100.22231.5369.9645.69
Hex233AC65247016e8462e
Octal437230612210702635010656
Binary1000111110101100011010100101000111010110111010001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233ac6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,58,198); }

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

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

 a { background-color: rgb(35,58,198); }

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

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

 span { border-color: rgb(35,58,198); }

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