Html Css Color HEX #3024CD Persian Blue

📋 copy color: '#3024CD'

red 48 ◦ green 36 ◦ blue 205

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

Shades of Persian Blue #3024CD

Tints of Persian Blue #3024CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.93%

R = 16.61%
G = 12.46%
B = 70.93%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3024CD (or 0x3024CD) is known color: Persian Blue. HEX triplet: 30, 24 and CD. RGB value is (48,36,205). Sum of RGB (Red+Green+Blue) = 48+36+205=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #3024CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3024CD is #CFDB32. Grayscale: #3A3A3A. Windows color (decimal): -13622067 or 13444144. OLE color: 13444144.

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

Color convert

RGB 48 36 205 -
CMYK 0.77 0.82 0 0.20
HSL 244.26º 0.7% 0.47% -
HSV(B) 244.26º 0.82% 0.8% -
XYZ 12.87 6.3 58.29 -
YUV 58.85 210.48 120.26 -
System Red Green Blue C M Y K H S L
Decimal 48 36 205 0.77 0.82 0 0.20 244.26 0.7 0.47
Hex 30 24 CD 4D 52 0 14 F4 46 2F
Octal 60 44 315 115 122 0 24 364 106 57
Binary 110000 100100 11001101 1001101 1010010 0 10100 11110100 1000110 101111

Color Harmonies of #3024CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3024CD

Black with #3024CD

Text Example


Text Example

White with #3024CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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