Html Css Color HEX #373FAA Persian Blue

📋 copy color: '#373FAA'

red 55 ◦ green 63 ◦ blue 170

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

Shades of Persian Blue #373FAA

Tints of Persian Blue #373FAA

RGB

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

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

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

R = 19.1%
G = 21.88%
B = 59.03%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#373FAA (or 0x373FAA) is known color: Persian Blue. HEX triplet: 37, 3F and AA. RGB value is (55,63,170). Sum of RGB (Red+Green+Blue) = 55+63+170=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #373FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373FAA is #C8C055. Grayscale: #484848. Windows color (decimal): -13156438 or 11157303. OLE color: 11157303.

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

Color convert

RGB 55 63 170 -
CMYK 0.68 0.63 0 0.33
HSL 235.83º 0.51% 0.44% -
HSV(B) 235.83º 0.68% 0.67% -
XYZ 10.61 7.27 38.87 -
YUV 72.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 55 63 170 0.68 0.63 0 0.33 235.83 0.51 0.44
Hex 37 3F AA 44 3F 0 21 EC 33 2C
Octal 67 77 252 104 77 0 41 354 63 54
Binary 110111 111111 10101010 1000100 111111 0 100001 11101100 110011 101100

Color Harmonies of #373FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373FAA

Black with #373FAA

Text Example


Text Example

White with #373FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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