Html Css Color HEX #302BAF Persian Blue

📋 copy color: '#302BAF'

red 48 ◦ green 43 ◦ blue 175

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

Shades of Persian Blue #302BAF

Tints of Persian Blue #302BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.17%

 BLUE value IS 175 (68.75% from 255) = 65.79%

R = 18.05%
G = 16.17%
B = 65.79%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#302BAF (or 0x302BAF) is known color: Persian Blue. HEX triplet: 30, 2B and AF. RGB value is (48,43,175). Sum of RGB (Red+Green+Blue) = 48+43+175=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #302BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302BAF is #CFD450. Grayscale: #3B3B3B. Windows color (decimal): -13620305 or 11479856. OLE color: 11479856.

HSL color Cylindrical-coordinate representation of color #302BAF: hue angle of 242.27º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302BAF is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 43 175 -
CMYK 0.73 0.75 0 0.31
HSL 242.27º 0.61% 0.43% -
HSV(B) 242.27º 0.75% 0.69% -
XYZ 9.82 5.45 41.09 -
YUV 59.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 48 43 175 0.73 0.75 0 0.31 242.27 0.61 0.43
Hex 30 2B AF 49 4B 0 1F F2 3D 2B
Octal 60 53 257 111 113 0 37 362 75 53
Binary 110000 101011 10101111 1001001 1001011 0 11111 11110010 111101 101011

Color Harmonies of #302BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302BAF

Black with #302BAF

Text Example


Text Example

White with #302BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,43,175); }

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

background-color css

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

 a { background-color: rgb(48,43,175); }

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

border-color css

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

 span { border-color: rgb(48,43,175); }

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