Html Css Color HEX #374B68 Cello

📋 copy color: '#374B68'

red 55 ◦ green 75 ◦ blue 104

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

Shades of Cello #374B68

Tints of Cello #374B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.05%

 BLUE value IS 104 (41.02% from 255) = 44.44%

R = 23.5%
G = 32.05%
B = 44.44%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#374B68 (or 0x374B68) is known color: Cello. HEX triplet: 37, 4B and 68. RGB value is (55,75,104). Sum of RGB (Red+Green+Blue) = 55+75+104=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #374B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B68 is #C8B497. Grayscale: #484848. Windows color (decimal): -13153432 or 6834999. OLE color: 6834999.

HSL color Cylindrical-coordinate representation of color #374B68: hue angle of 215.51º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #374B68 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 75 104 -
CMYK 0.47 0.28 0 0.59
HSL 215.51º 0.31% 0.31% -
HSV(B) 215.51º 0.47% 0.41% -
XYZ 6.59 6.84 14.07 -
YUV 72.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 55 75 104 0.47 0.28 0 0.59 215.51 0.31 0.31
Hex 37 4B 68 2F 1C 0 3B D8 1F 1F
Octal 67 113 150 57 34 0 73 330 37 37
Binary 110111 1001011 1101000 101111 11100 0 111011 11011000 11111 11111

Color Harmonies of #374B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B68

Black with #374B68

Text Example


Text Example

White with #374B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,75,104); }

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

background-color css

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

 a { background-color: rgb(55,75,104); }

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

border-color css

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

 span { border-color: rgb(55,75,104); }

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