Html Css Color HEX #374E53 Casal

📋 copy color: '#374E53'

red 55 ◦ green 78 ◦ blue 83

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

Shades of Casal #374E53

Tints of Casal #374E53

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.11%

 BLUE value IS 83 (32.81% from 255) = 38.43%

R = 25.46%
G = 36.11%
B = 38.43%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374E53 (or 0x374E53) is known color: Casal. HEX triplet: 37, 4E and 53. RGB value is (55,78,83). Sum of RGB (Red+Green+Blue) = 55+78+83=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #374E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E53 is #C8B1AC. Grayscale: #474747. Windows color (decimal): -13152685 or 5459511. OLE color: 5459511.

HSL color Cylindrical-coordinate representation of color #374E53: hue angle of 190.71º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #374E53 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 78 83 -
CMYK 0.34 0.06 0 0.67
HSL 190.71º 0.2% 0.27% -
HSV(B) 190.71º 0.34% 0.33% -
XYZ 5.86 6.89 9.2 -
YUV 71.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 55 78 83 0.34 0.06 0 0.67 190.71 0.2 0.27
Hex 37 4E 53 22 6 0 43 BF 14 1B
Octal 67 116 123 42 6 0 103 277 24 33
Binary 110111 1001110 1010011 100010 110 0 1000011 10111111 10100 11011

Color Harmonies of #374E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E53

Black with #374E53

Text Example


Text Example

White with #374E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374E53; }

 p { color: rgb(55,78,83); }

 H1.HeaderClassName
 {
   color: #374E53;
 }
 .AnyTagClassName
 {
   color: #374E53;
 }
</style>

background-color css

<style>
 a { background-color: #374E53; }

 a { background-color: rgb(55,78,83); }

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

border-color css

<style>
 span { border-color: #374E53; }

 span { border-color: rgb(55,78,83); }

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