Html Css Color HEX #374F67 Cello

📋 copy color: '#374F67'

red 55 ◦ green 79 ◦ blue 103

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

Shades of Cello #374F67

Tints of Cello #374F67

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.33%

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

R = 23.21%
G = 33.33%
B = 43.46%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#374F67 (or 0x374F67) is known color: Cello. HEX triplet: 37, 4F and 67. RGB value is (55,79,103). Sum of RGB (Red+Green+Blue) = 55+79+103=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #374F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F67 is #C8B098. Grayscale: #4A4A4A. Windows color (decimal): -13152409 or 6770487. OLE color: 6770487.

HSL color Cylindrical-coordinate representation of color #374F67: hue angle of 210º 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 #374F67 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 79 103 -
CMYK 0.47 0.23 0 0.60
HSL 210º 0.3% 0.31% -
HSV(B) 210º 0.47% 0.4% -
XYZ 6.82 7.38 13.9 -
YUV 74.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 55 79 103 0.47 0.23 0 0.60 210 0.3 0.31
Hex 37 4F 67 2F 17 0 3C D2 1E 1F
Octal 67 117 147 57 27 0 74 322 36 37
Binary 110111 1001111 1100111 101111 10111 0 111100 11010010 11110 11111

Color Harmonies of #374F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F67

Black with #374F67

Text Example


Text Example

White with #374F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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