Html Css Color HEX #302ACC Persian Blue

📋 copy color: '#302ACC'

red 48 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #302ACC

Tints of Persian Blue #302ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.29%

 BLUE value IS 204 (80.08% from 255) = 69.39%

R = 16.33%
G = 14.29%
B = 69.39%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#302ACC (or 0x302ACC) is known color: Persian Blue. HEX triplet: 30, 2A and CC. RGB value is (48,42,204). Sum of RGB (Red+Green+Blue) = 48+42+204=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #302ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ACC is #CFD533. Grayscale: #3D3D3D. Windows color (decimal): -13620532 or 13380144. OLE color: 13380144.

HSL color Cylindrical-coordinate representation of color #302ACC: hue angle of 242.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302ACC is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 42 204 -
CMYK 0.76 0.79 0 0.2
HSL 242.22º 0.66% 0.48% -
HSV(B) 242.22º 0.79% 0.8% -
XYZ 12.95 6.64 57.73 -
YUV 62.26 207.99 117.83 -
System Red Green Blue C M Y K H S L
Decimal 48 42 204 0.76 0.79 0 0.2 242.22 0.66 0.48
Hex 30 2A CC 4C 4F 0 14 F2 42 30
Octal 60 52 314 114 117 0 24 362 102 60
Binary 110000 101010 11001100 1001100 1001111 0 10100 11110010 1000010 110000

Color Harmonies of #302ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302ACC

Black with #302ACC

Text Example


Text Example

White with #302ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302ACC; }

 p { color: rgb(48,42,204); }

 H1.HeaderClassName
 {
   color: #302ACC;
 }
 .AnyTagClassName
 {
   color: #302ACC;
 }
</style>

background-color css

<style>
 a { background-color: #302ACC; }

 a { background-color: rgb(48,42,204); }

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

border-color css

<style>
 span { border-color: #302ACC; }

 span { border-color: rgb(48,42,204); }

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