Html Css Color HEX #373DAA Persian Blue

📋 copy color: '#373DAA'

red 55 ◦ green 61 ◦ blue 170

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

Shades of Persian Blue #373DAA

Tints of Persian Blue #373DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.33%

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

R = 19.23%
G = 21.33%
B = 59.44%

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

#373DAA (or 0x373DAA) is known color: Persian Blue. HEX triplet: 37, 3D and AA. RGB value is (55,61,170). Sum of RGB (Red+Green+Blue) = 55+61+170=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #373DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DAA is #C8C255. Grayscale: #474747. Windows color (decimal): -13156950 or 11156791. OLE color: 11156791.

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

Color convert

RGB 55 61 170 -
CMYK 0.68 0.64 0 0.33
HSL 236.87º 0.51% 0.44% -
HSV(B) 236.87º 0.68% 0.67% -
XYZ 10.5 7.05 38.84 -
YUV 71.63 183.51 116.14 -
System Red Green Blue C M Y K H S L
Decimal 55 61 170 0.68 0.64 0 0.33 236.87 0.51 0.44
Hex 37 3D AA 44 40 0 21 ED 33 2C
Octal 67 75 252 104 100 0 41 355 63 54
Binary 110111 111101 10101010 1000100 1000000 0 100001 11101101 110011 101100

Color Harmonies of #373DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DAA

Black with #373DAA

Text Example


Text Example

White with #373DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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