Html Css Color HEX #3024D0 Persian Blue

📋 copy color: '#3024D0'

red 48 ◦ green 36 ◦ blue 208

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

Shades of Persian Blue #3024D0

Tints of Persian Blue #3024D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 71.23%

R = 16.44%
G = 12.33%
B = 71.23%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3024D0 (or 0x3024D0) is known color: Persian Blue. HEX triplet: 30, 24 and D0. RGB value is (48,36,208). Sum of RGB (Red+Green+Blue) = 48+36+208=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #3024D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3024D0 is #CFDB2F. Grayscale: #3A3A3A. Windows color (decimal): -13622064 or 13640752. OLE color: 13640752.

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

Color convert

RGB 48 36 208 -
CMYK 0.77 0.83 0 0.18
HSL 244.19º 0.7% 0.48% -
HSV(B) 244.19º 0.83% 0.82% -
XYZ 13.23 6.44 60.22 -
YUV 59.2 211.98 120.01 -
System Red Green Blue C M Y K H S L
Decimal 48 36 208 0.77 0.83 0 0.18 244.19 0.7 0.48
Hex 30 24 D0 4D 53 0 12 F4 46 30
Octal 60 44 320 115 123 0 22 364 106 60
Binary 110000 100100 11010000 1001101 1010011 0 10010 11110100 1000110 110000

Color Harmonies of #3024D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3024D0

Black with #3024D0

Text Example


Text Example

White with #3024D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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