Html Css Color HEX #374D67 Cello

📋 copy color: '#374D67'

red 55 ◦ green 77 ◦ blue 103

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

Shades of Cello #374D67

Tints of Cello #374D67

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.77%

 BLUE value IS 103 (40.63% from 255) = 43.83%

R = 23.4%
G = 32.77%
B = 43.83%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#374D67 (or 0x374D67) is known color: Cello. HEX triplet: 37, 4D and 67. RGB value is (55,77,103). Sum of RGB (Red+Green+Blue) = 55+77+103=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #374D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D67 is #C8B298. Grayscale: #494949. Windows color (decimal): -13152921 or 6769975. OLE color: 6769975.

HSL color Cylindrical-coordinate representation of color #374D67: hue angle of 212.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #374D67 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 77 103 -
CMYK 0.47 0.25 0 0.60
HSL 212.5º 0.3% 0.31% -
HSV(B) 212.5º 0.47% 0.4% -
XYZ 6.68 7.1 13.85 -
YUV 73.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 55 77 103 0.47 0.25 0 0.60 212.5 0.3 0.31
Hex 37 4D 67 2F 19 0 3C D4 1E 1F
Octal 67 115 147 57 31 0 74 324 36 37
Binary 110111 1001101 1100111 101111 11001 0 111100 11010100 11110 11111

Color Harmonies of #374D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D67

Black with #374D67

Text Example


Text Example

White with #374D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,77,103); }

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

background-color css

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

 a { background-color: rgb(55,77,103); }

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

border-color css

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

 span { border-color: rgb(55,77,103); }

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