Html Css Color HEX #302CCC Persian Blue

📋 copy color: '#302CCC'

red 48 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #302CCC

Tints of Persian Blue #302CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.86%

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

R = 16.22%
G = 14.86%
B = 68.92%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#302CCC (or 0x302CCC) is known color: Persian Blue. HEX triplet: 30, 2C and CC. RGB value is (48,44,204). Sum of RGB (Red+Green+Blue) = 48+44+204=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #302CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CCC is #CFD333. Grayscale: #3E3E3E. Windows color (decimal): -13620020 or 13380656. OLE color: 13380656.

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

Color convert

RGB 48 44 204 -
CMYK 0.76 0.78 0 0.2
HSL 241.5º 0.65% 0.49% -
HSV(B) 241.5º 0.78% 0.8% -
XYZ 13.02 6.79 57.75 -
YUV 63.44 207.33 116.99 -
System Red Green Blue C M Y K H S L
Decimal 48 44 204 0.76 0.78 0 0.2 241.5 0.65 0.49
Hex 30 2C CC 4C 4E 0 14 F2 41 31
Octal 60 54 314 114 116 0 24 362 101 61
Binary 110000 101100 11001100 1001100 1001110 0 10100 11110010 1000001 110001

Color Harmonies of #302CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302CCC

Black with #302CCC

Text Example


Text Example

White with #302CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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