#233AE8

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

Shades of Persian Blue #233AE8

Tints of Persian Blue #233AE8

Color information

#233AE8 (or 0x233AE8) is unknown color: approx Persian Blue. HEX triplet: 23, 3A and E8. RGB value is (35,58,232). Sum of RGB (Red+Green+Blue) = 35+58+232=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 232 (91.02% from 255 or 71.38% from 325); Max value from RGB is 232 - color contains mainly: blue. Hex color #233AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233AE8 is #DCC517. Grayscale: #464646. Windows color (decimal): -14468376 or 15219235. OLE color: 15219235.

HSL color Cylindrical-coordinate representation of color #233AE8: hue angle of 232.99º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233AE8 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3558232-
CMYK0.850.7500.09
HSL232.99º81.07%52.35%-
HSV(B)232.99º84.91%90.98%-
XYZ16.779.2177.24-
YUV70.96218.88102.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.77%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 232 (91.02% from 255) = 71.38%
R=10.77%
G=17.85%
B=71.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal35582320.850.7500.09232.9981.0752.35
Hex233AE8554B09e95134
Octal437235012511301135112164
Binary100011111010111010001010101100101101001111010011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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