Html Css Color HEX #373C52 Blue Zodiac

📋 copy color: '#373C52'

red 55 ◦ green 60 ◦ blue 82

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

Shades of Blue Zodiac #373C52

Tints of Blue Zodiac #373C52

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.46%

 BLUE value IS 82 (32.42% from 255) = 41.62%

R = 27.92%
G = 30.46%
B = 41.62%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#373C52 (or 0x373C52) is known color: Blue Zodiac. HEX triplet: 37, 3C and 52. RGB value is (55,60,82). Sum of RGB (Red+Green+Blue) = 55+60+82=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #373C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C52 is #C8C3AD. Grayscale: #3C3C3C. Windows color (decimal): -13157294 or 5389367. OLE color: 5389367.

HSL color Cylindrical-coordinate representation of color #373C52: hue angle of 228.89º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #373C52 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 60 82 -
CMYK 0.33 0.27 0 0.68
HSL 228.89º 0.2% 0.27% -
HSV(B) 228.89º 0.33% 0.32% -
XYZ 4.71 4.65 8.63 -
YUV 61.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 55 60 82 0.33 0.27 0 0.68 228.89 0.2 0.27
Hex 37 3C 52 21 1B 0 44 E5 14 1B
Octal 67 74 122 41 33 0 104 345 24 33
Binary 110111 111100 1010010 100001 11011 0 1000100 11100101 10100 11011

Color Harmonies of #373C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C52

Black with #373C52

Text Example


Text Example

White with #373C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,60,82); }

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

background-color css

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

 a { background-color: rgb(55,60,82); }

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

border-color css

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

 span { border-color: rgb(55,60,82); }

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