Html Css Color HEX #375267 Cello

📋 copy color: '#375267'

red 55 ◦ green 82 ◦ blue 103

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

Shades of Cello #375267

Tints of Cello #375267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

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

R = 22.92%
G = 34.17%
B = 42.92%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375267 (or 0x375267) is known color: Cello. HEX triplet: 37, 52 and 67. RGB value is (55,82,103). Sum of RGB (Red+Green+Blue) = 55+82+103=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #375267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375267 is #C8AD98. Grayscale: #4C4C4C. Windows color (decimal): -13151641 or 6771255. OLE color: 6771255.

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

Color convert

RGB 55 82 103 -
CMYK 0.47 0.20 0 0.60
HSL 206.25º 0.3% 0.31% -
HSV(B) 206.25º 0.47% 0.4% -
XYZ 7.04 7.83 13.97 -
YUV 76.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 55 82 103 0.47 0.20 0 0.60 206.25 0.3 0.31
Hex 37 52 67 2F 14 0 3C CE 1E 1F
Octal 67 122 147 57 24 0 74 316 36 37
Binary 110111 1010010 1100111 101111 10100 0 111100 11001110 11110 11111

Color Harmonies of #375267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375267

Black with #375267

Text Example


Text Example

White with #375267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375267; }

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

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

background-color css

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

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

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

border-color css

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

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

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