#2433E0

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

Shades of Persian Blue #2433E0

Tints of Persian Blue #2433E0

Color information

#2433E0 (or 0x2433E0) is unknown color: approx Persian Blue. HEX triplet: 24, 33 and E0. RGB value is (36,51,224). Sum of RGB (Red+Green+Blue) = 36+51+224=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 224 (87.89% from 255 or 72.03% from 311); Max value from RGB is 224 - color contains mainly: blue. Hex color #2433E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2433E0 is #DBCC1F. Grayscale: #414141. Windows color (decimal): -14404640 or 14693156. OLE color: 14693156.

HSL color Cylindrical-coordinate representation of color #2433E0: hue angle of 235.21º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2433E0 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3651224-
CMYK0.840.7700.12
HSL235.21º75.2%50.98%-
HSV(B)235.21º83.93%87.84%-
XYZ15.378.1271.28-
YUV66.24217.03106.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 224 (87.89% from 255) = 72.03%
R=11.58%
G=16.40%
B=72.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal36512240.840.7700.12235.2175.250.98
Hex2433E0544D0Ceb4b33
Octal446334012411501435311363
Binary100100110011111000001010100100110101100111010111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2433E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2433E0; }

 p { color: rgb(36,51,224); }

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

<style>
 a { background-color: #2433E0; }

 a { background-color: rgb(36,51,224); }

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

<style>
 span { border-color: #2433E0; }

 span { border-color: rgb(36,51,224); }

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