Html Css Color HEX #3024CE Persian Blue

📋 copy color: '#3024CE'

red 48 ◦ green 36 ◦ blue 206

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

Shades of Persian Blue #3024CE

Tints of Persian Blue #3024CE

RGB

 RED value IS 48 (19.14% from 255) = 16.55%

 GREEN value IS 36 (14.45% from 255) = 12.41%

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 16.55%
G = 12.41%
B = 71.03%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3024CE (or 0x3024CE) is known color: Persian Blue. HEX triplet: 30, 24 and CE. RGB value is (48,36,206). Sum of RGB (Red+Green+Blue) = 48+36+206=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #3024CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3024CE is #CFDB31. Grayscale: #3A3A3A. Windows color (decimal): -13622066 or 13509680. OLE color: 13509680.

HSL color Cylindrical-coordinate representation of color #3024CE: hue angle of 244.24º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3024CE is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 36 206 -
CMYK 0.77 0.83 0 0.19
HSL 244.24º 0.7% 0.47% -
HSV(B) 244.24º 0.83% 0.81% -
XYZ 12.99 6.35 58.93 -
YUV 58.97 210.98 120.18 -
System Red Green Blue C M Y K H S L
Decimal 48 36 206 0.77 0.83 0 0.19 244.24 0.7 0.47
Hex 30 24 CE 4D 53 0 13 F4 46 2F
Octal 60 44 316 115 123 0 23 364 106 57
Binary 110000 100100 11001110 1001101 1010011 0 10011 11110100 1000110 101111

Color Harmonies of #3024CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3024CE

Black with #3024CE

Text Example


Text Example

White with #3024CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3024CE; }

 p { color: rgb(48,36,206); }

 H1.HeaderClassName
 {
   color: #3024CE;
 }
 .AnyTagClassName
 {
   color: #3024CE;
 }
</style>

background-color css

<style>
 a { background-color: #3024CE; }

 a { background-color: rgb(48,36,206); }

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

border-color css

<style>
 span { border-color: #3024CE; }

 span { border-color: rgb(48,36,206); }

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