Html Css Color HEX #302DAB Persian Blue

📋 copy color: '#302DAB'

red 48 ◦ green 45 ◦ blue 171

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

Shades of Persian Blue #302DAB

Tints of Persian Blue #302DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.05%

 BLUE value IS 171 (67.19% from 255) = 64.77%

R = 18.18%
G = 17.05%
B = 64.77%

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

#302DAB (or 0x302DAB) is known color: Persian Blue. HEX triplet: 30, 2D and AB. RGB value is (48,45,171). Sum of RGB (Red+Green+Blue) = 48+45+171=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #302DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302DAB is #CFD254. Grayscale: #3B3B3B. Windows color (decimal): -13619797 or 11218224. OLE color: 11218224.

HSL color Cylindrical-coordinate representation of color #302DAB: hue angle of 241.43º degrees, saturation: 0.58, 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 #302DAB is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 45 171 -
CMYK 0.72 0.74 0 0.33
HSL 241.43º 0.58% 0.42% -
HSV(B) 241.43º 0.74% 0.67% -
XYZ 9.51 5.45 39.08 -
YUV 60.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 48 45 171 0.72 0.74 0 0.33 241.43 0.58 0.42
Hex 30 2D AB 48 4A 0 21 F1 3A 2A
Octal 60 55 253 110 112 0 41 361 72 52
Binary 110000 101101 10101011 1001000 1001010 0 100001 11110001 111010 101010

Color Harmonies of #302DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302DAB

Black with #302DAB

Text Example


Text Example

White with #302DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,45,171); }

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

background-color css

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

 a { background-color: rgb(48,45,171); }

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

border-color css

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

 span { border-color: rgb(48,45,171); }

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