Html Css Color HEX #373EAA Persian Blue

📋 copy color: '#373EAA'

red 55 ◦ green 62 ◦ blue 170

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

Shades of Persian Blue #373EAA

Tints of Persian Blue #373EAA

RGB

 RED value IS 55 (21.88% from 255) = 19.16%

 GREEN value IS 62 (24.61% from 255) = 21.6%

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

R = 19.16%
G = 21.6%
B = 59.23%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#373EAA (or 0x373EAA) is known color: Persian Blue. HEX triplet: 37, 3E and AA. RGB value is (55,62,170). Sum of RGB (Red+Green+Blue) = 55+62+170=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #373EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373EAA is #C8C155. Grayscale: #474747. Windows color (decimal): -13156694 or 11157047. OLE color: 11157047.

HSL color Cylindrical-coordinate representation of color #373EAA: hue angle of 236.35º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373EAA is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 62 170 -
CMYK 0.68 0.64 0 0.33
HSL 236.35º 0.51% 0.44% -
HSV(B) 236.35º 0.68% 0.67% -
XYZ 10.55 7.16 38.86 -
YUV 72.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 55 62 170 0.68 0.64 0 0.33 236.35 0.51 0.44
Hex 37 3E AA 44 40 0 21 EC 33 2C
Octal 67 76 252 104 100 0 41 354 63 54
Binary 110111 111110 10101010 1000100 1000000 0 100001 11101100 110011 101100

Color Harmonies of #373EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373EAA

Black with #373EAA

Text Example


Text Example

White with #373EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373EAA; }

 p { color: rgb(55,62,170); }

 H1.HeaderClassName
 {
   color: #373EAA;
 }
 .AnyTagClassName
 {
   color: #373EAA;
 }
</style>

background-color css

<style>
 a { background-color: #373EAA; }

 a { background-color: rgb(55,62,170); }

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

border-color css

<style>
 span { border-color: #373EAA; }

 span { border-color: rgb(55,62,170); }

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