#233EE4

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

Shades of Persian Blue #233EE4

Tints of Persian Blue #233EE4

Color information

#233EE4 (or 0x233EE4) is unknown color: approx Persian Blue. HEX triplet: 23, 3E and E4. RGB value is (35,62,228). Sum of RGB (Red+Green+Blue) = 35+62+228=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 228 (89.45% from 255 or 70.15% from 325); Max value from RGB is 228 - color contains mainly: blue. Hex color #233EE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EE4 is #DCC11B. Grayscale: #484848. Windows color (decimal): -14467356 or 14958115. OLE color: 14958115.

HSL color Cylindrical-coordinate representation of color #233EE4: hue angle of 231.61º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233EE4 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3562228-
CMYK0.850.7300.11
HSL231.61º78.14%51.57%-
HSV(B)231.61º84.65%89.41%-
XYZ16.429.474.35-
YUV72.85215.55101-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.77%
GREEN value IS 62 (24.61% from 255) = 19.08%
BLUE value IS 228 (89.45% from 255) = 70.15%
R=10.77%
G=19.08%
B=70.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal35622280.850.7300.11231.6178.1451.57
Hex233EE455490Be84e34
Octal437634412511101335011664
Binary100011111110111001001010101100100101011111010001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,62,228); }

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

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

 a { background-color: rgb(35,62,228); }

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

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

 span { border-color: rgb(35,62,228); }

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