Html Css Color HEX #302CAC Persian Blue

📋 copy color: '#302CAC'

red 48 ◦ green 44 ◦ blue 172

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

Shades of Persian Blue #302CAC

Tints of Persian Blue #302CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.15%

R = 18.18%
G = 16.67%
B = 65.15%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#302CAC (or 0x302CAC) is known color: Persian Blue. HEX triplet: 30, 2C and AC. RGB value is (48,44,172). Sum of RGB (Red+Green+Blue) = 48+44+172=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #302CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302CAC is #CFD353. Grayscale: #3B3B3B. Windows color (decimal): -13620052 or 11283504. OLE color: 11283504.

HSL color Cylindrical-coordinate representation of color #302CAC: hue angle of 241.88º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #302CAC is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 44 172 -
CMYK 0.72 0.74 0 0.33
HSL 241.88º 0.59% 0.42% -
HSV(B) 241.88º 0.74% 0.67% -
XYZ 9.57 5.41 39.57 -
YUV 59.79 191.33 119.59 -
System Red Green Blue C M Y K H S L
Decimal 48 44 172 0.72 0.74 0 0.33 241.88 0.59 0.42
Hex 30 2C AC 48 4A 0 21 F2 3B 2A
Octal 60 54 254 110 112 0 41 362 73 52
Binary 110000 101100 10101100 1001000 1001010 0 100001 11110010 111011 101010

Color Harmonies of #302CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302CAC

Black with #302CAC

Text Example


Text Example

White with #302CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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