Html Css Color HEX #2439BE Persian Blue

📋 copy color: '#2439BE'

red 36 ◦ green 57 ◦ blue 190

#2439BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2439BE

Tints of Persian Blue #2439BE

RGB

 RED value IS 36 (14.45% from 255) = 12.72%

 GREEN value IS 57 (22.66% from 255) = 20.14%

 BLUE value IS 190 (74.61% from 255) = 67.14%

R = 12.72%
G = 20.14%
B = 67.14%

CMYK

 C value IS 0.81

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2439BE (or 0x2439BE) is known color: Persian Blue. HEX triplet: 24, 39 and BE. RGB value is (36,57,190). Sum of RGB (Red+Green+Blue) = 36+57+190=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #2439BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2439BE is #DBC641. Grayscale: #414141. Windows color (decimal): -14403138 or 12466468. OLE color: 12466468.

HSL color Cylindrical-coordinate representation of color #2439BE: hue angle of 231.82º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2439BE is Cyan = 0.81, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 57 190 -
CMYK 0.81 0.7 0 0.25
HSL 231.82º 0.68% 0.44% -
HSV(B) 231.82º 0.81% 0.75% -
XYZ 11.48 7.02 49.46 -
YUV 65.88 198.04 106.69 -
System Red Green Blue C M Y K H S L
Decimal 36 57 190 0.81 0.7 0 0.25 231.82 0.68 0.44
Hex 24 39 BE 51 46 0 19 E8 44 2C
Octal 44 71 276 121 106 0 31 350 104 54
Binary 100100 111001 10111110 1010001 1000110 0 11001 11101000 1000100 101100

Color Harmonies of #2439BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2439BE

Black with #2439BE

Text Example


Text Example

White with #2439BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2439BE; }

 p { color: rgb(36,57,190); }

 H1.HeaderClassName
 {
   color: #2439BE;
 }
 .AnyTagClassName
 {
   color: #2439BE;
 }
</style>

background-color css

<style>
 a { background-color: #2439BE; }

 a { background-color: rgb(36,57,190); }

 div.DivClassName
 {
   background-color: #2439BE;
 }
 .BgClassName
 {
   background-color: #2439BE;
 }
</style>

border-color css

<style>
 span { border-color: #2439BE; }

 span { border-color: rgb(36,57,190); }

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