Html Css Color HEX #303BAB Persian Blue

📋 copy color: '#303BAB'

red 48 ◦ green 59 ◦ blue 171

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

Shades of Persian Blue #303BAB

Tints of Persian Blue #303BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.22%

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

R = 17.27%
G = 21.22%
B = 61.51%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#303BAB (or 0x303BAB) is known color: Persian Blue. HEX triplet: 30, 3B and AB. RGB value is (48,59,171). Sum of RGB (Red+Green+Blue) = 48+59+171=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #303BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303BAB is #CFC454. Grayscale: #444444. Windows color (decimal): -13616213 or 11221808. OLE color: 11221808.

HSL color Cylindrical-coordinate representation of color #303BAB: hue angle of 234.63º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303BAB is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 59 171 -
CMYK 0.72 0.65 0 0.33
HSL 234.63º 0.56% 0.43% -
HSV(B) 234.63º 0.72% 0.67% -
XYZ 10.13 6.7 39.29 -
YUV 68.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 48 59 171 0.72 0.65 0 0.33 234.63 0.56 0.43
Hex 30 3B AB 48 41 0 21 EB 38 2B
Octal 60 73 253 110 101 0 41 353 70 53
Binary 110000 111011 10101011 1001000 1000001 0 100001 11101011 111000 101011

Color Harmonies of #303BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303BAB

Black with #303BAB

Text Example


Text Example

White with #303BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303BAB; }

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

 H1.HeaderClassName
 {
   color: #303BAB;
 }
 .AnyTagClassName
 {
   color: #303BAB;
 }
</style>

background-color css

<style>
 a { background-color: #303BAB; }

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

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

border-color css

<style>
 span { border-color: #303BAB; }

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

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