Html Css Color HEX #374F6B Cello

📋 copy color: '#374F6B'

red 55 ◦ green 79 ◦ blue 107

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

Shades of Cello #374F6B

Tints of Cello #374F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 22.82%
G = 32.78%
B = 44.4%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#374F6B (or 0x374F6B) is known color: Cello. HEX triplet: 37, 4F and 6B. RGB value is (55,79,107). Sum of RGB (Red+Green+Blue) = 55+79+107=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #374F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F6B is #C8B094. Grayscale: #4A4A4A. Windows color (decimal): -13152405 or 7032631. OLE color: 7032631.

HSL color Cylindrical-coordinate representation of color #374F6B: hue angle of 212.31º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #374F6B is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 79 107 -
CMYK 0.49 0.26 0 0.58
HSL 212.31º 0.32% 0.32% -
HSV(B) 212.31º 0.49% 0.42% -
XYZ 7.03 7.47 14.98 -
YUV 75.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 55 79 107 0.49 0.26 0 0.58 212.31 0.32 0.32
Hex 37 4F 6B 31 1A 0 3A D4 20 20
Octal 67 117 153 61 32 0 72 324 40 40
Binary 110111 1001111 1101011 110001 11010 0 111010 11010100 100000 100000

Color Harmonies of #374F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F6B

Black with #374F6B

Text Example


Text Example

White with #374F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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