Html Css Color HEX #303FAA Persian Blue

📋 copy color: '#303FAA'

red 48 ◦ green 63 ◦ blue 170

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

Shades of Persian Blue #303FAA

Tints of Persian Blue #303FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 22.42%

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

R = 17.08%
G = 22.42%
B = 60.5%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#303FAA (or 0x303FAA) is known color: Persian Blue. HEX triplet: 30, 3F and AA. RGB value is (48,63,170). Sum of RGB (Red+Green+Blue) = 48+63+170=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #303FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303FAA is #CFC055. Grayscale: #464646. Windows color (decimal): -13615190 or 11157296. OLE color: 11157296.

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

Color convert

RGB 48 63 170 -
CMYK 0.72 0.63 0 0.33
HSL 232.62º 0.56% 0.43% -
HSV(B) 232.62º 0.72% 0.67% -
XYZ 10.25 7.09 38.86 -
YUV 70.71 184.03 111.8 -
System Red Green Blue C M Y K H S L
Decimal 48 63 170 0.72 0.63 0 0.33 232.62 0.56 0.43
Hex 30 3F AA 48 3F 0 21 E9 38 2B
Octal 60 77 252 110 77 0 41 351 70 53
Binary 110000 111111 10101010 1001000 111111 0 100001 11101001 111000 101011

Color Harmonies of #303FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FAA

Black with #303FAA

Text Example


Text Example

White with #303FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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