Html Css Color HEX #303BAA Persian Blue

📋 copy color: '#303BAA'

red 48 ◦ green 59 ◦ blue 170

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

Shades of Persian Blue #303BAA

Tints of Persian Blue #303BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.37%

R = 17.33%
G = 21.3%
B = 61.37%

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

#303BAA (or 0x303BAA) is known color: Persian Blue. HEX triplet: 30, 3B and AA. RGB value is (48,59,170). Sum of RGB (Red+Green+Blue) = 48+59+170=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #303BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303BAA is #CFC455. Grayscale: #434343. Windows color (decimal): -13616214 or 11156272. OLE color: 11156272.

HSL color Cylindrical-coordinate representation of color #303BAA: hue angle of 234.59º 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 #303BAA is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 59 170 -
CMYK 0.72 0.65 0 0.33
HSL 234.59º 0.56% 0.43% -
HSV(B) 234.59º 0.72% 0.67% -
XYZ 10.04 6.66 38.79 -
YUV 68.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 48 59 170 0.72 0.65 0 0.33 234.59 0.56 0.43
Hex 30 3B AA 48 41 0 21 EB 38 2B
Octal 60 73 252 110 101 0 41 353 70 53
Binary 110000 111011 10101010 1001000 1000001 0 100001 11101011 111000 101011

Color Harmonies of #303BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303BAA

Black with #303BAA

Text Example


Text Example

White with #303BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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