Html Css Color HEX #3037A9 Persian Blue

📋 copy color: '#3037A9'

red 48 ◦ green 55 ◦ blue 169

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

Shades of Persian Blue #3037A9

Tints of Persian Blue #3037A9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.22%

 BLUE value IS 169 (66.41% from 255) = 62.13%

R = 17.65%
G = 20.22%
B = 62.13%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3037A9 (or 0x3037A9) is known color: Persian Blue. HEX triplet: 30, 37 and A9. RGB value is (48,55,169). Sum of RGB (Red+Green+Blue) = 48+55+169=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 169 (66.41% from 255 or 62.13% from 272); Max value from RGB is 169 - color contains mainly: blue. Hex color #3037A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3037A9 is #CFC856. Grayscale: #414141. Windows color (decimal): -13617239 or 11089712. OLE color: 11089712.

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

Color convert

RGB 48 55 169 -
CMYK 0.72 0.67 0 0.34
HSL 236.53º 0.56% 0.43% -
HSV(B) 236.53º 0.72% 0.66% -
XYZ 9.75 6.23 38.22 -
YUV 65.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 48 55 169 0.72 0.67 0 0.34 236.53 0.56 0.43
Hex 30 37 A9 48 43 0 22 ED 38 2B
Octal 60 67 251 110 103 0 42 355 70 53
Binary 110000 110111 10101001 1001000 1000011 0 100010 11101101 111000 101011

Color Harmonies of #3037A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3037A9

Black with #3037A9

Text Example


Text Example

White with #3037A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3037A9; }

 p { color: rgb(48,55,169); }

 H1.HeaderClassName
 {
   color: #3037A9;
 }
 .AnyTagClassName
 {
   color: #3037A9;
 }
</style>

background-color css

<style>
 a { background-color: #3037A9; }

 a { background-color: rgb(48,55,169); }

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

border-color css

<style>
 span { border-color: #3037A9; }

 span { border-color: rgb(48,55,169); }

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