Html Css Color HEX #302AAE Persian Blue

📋 copy color: '#302AAE'

red 48 ◦ green 42 ◦ blue 174

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

Shades of Persian Blue #302AAE

Tints of Persian Blue #302AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.91%

R = 18.18%
G = 15.91%
B = 65.91%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#302AAE (or 0x302AAE) is known color: Persian Blue. HEX triplet: 30, 2A and AE. RGB value is (48,42,174). Sum of RGB (Red+Green+Blue) = 48+42+174=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #302AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302AAE is #CFD551. Grayscale: #3A3A3A. Windows color (decimal): -13620562 or 11414064. OLE color: 11414064.

HSL color Cylindrical-coordinate representation of color #302AAE: hue angle of 242.73º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302AAE is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 42 174 -
CMYK 0.72 0.76 0 0.32
HSL 242.73º 0.61% 0.42% -
HSV(B) 242.73º 0.76% 0.68% -
XYZ 9.69 5.34 40.56 -
YUV 58.84 192.99 120.27 -
System Red Green Blue C M Y K H S L
Decimal 48 42 174 0.72 0.76 0 0.32 242.73 0.61 0.42
Hex 30 2A AE 48 4C 0 20 F3 3D 2A
Octal 60 52 256 110 114 0 40 363 75 52
Binary 110000 101010 10101110 1001000 1001100 0 100000 11110011 111101 101010

Color Harmonies of #302AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302AAE

Black with #302AAE

Text Example


Text Example

White with #302AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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