Html Css Color HEX #3024CA Persian Blue

📋 copy color: '#3024CA'

red 48 ◦ green 36 ◦ blue 202

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

Shades of Persian Blue #3024CA

Tints of Persian Blue #3024CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 70.63%

R = 16.78%
G = 12.59%
B = 70.63%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3024CA (or 0x3024CA) is known color: Persian Blue. HEX triplet: 30, 24 and CA. RGB value is (48,36,202). Sum of RGB (Red+Green+Blue) = 48+36+202=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 202 (79.30% from 255 or 70.63% from 286); Max value from RGB is 202 - color contains mainly: blue. Hex color #3024CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3024CA is #CFDB35. Grayscale: #393939. Windows color (decimal): -13622070 or 13247536. OLE color: 13247536.

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

Color convert

RGB 48 36 202 -
CMYK 0.76 0.82 0 0.21
HSL 244.34º 0.7% 0.47% -
HSV(B) 244.34º 0.82% 0.79% -
XYZ 12.51 6.15 56.41 -
YUV 58.51 208.98 120.5 -
System Red Green Blue C M Y K H S L
Decimal 48 36 202 0.76 0.82 0 0.21 244.34 0.7 0.47
Hex 30 24 CA 4C 52 0 15 F4 46 2F
Octal 60 44 312 114 122 0 25 364 106 57
Binary 110000 100100 11001010 1001100 1010010 0 10101 11110100 1000110 101111

Color Harmonies of #3024CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3024CA

Black with #3024CA

Text Example


Text Example

White with #3024CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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