Html Css Color HEX #375265 Cello

📋 copy color: '#375265'

red 55 ◦ green 82 ◦ blue 101

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

Shades of Cello #375265

Tints of Cello #375265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 23.11%
G = 34.45%
B = 42.44%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375265 (or 0x375265) is known color: Cello. HEX triplet: 37, 52 and 65. RGB value is (55,82,101). Sum of RGB (Red+Green+Blue) = 55+82+101=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #375265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375265 is #C8AD9A. Grayscale: #4B4B4B. Windows color (decimal): -13151643 or 6640183. OLE color: 6640183.

HSL color Cylindrical-coordinate representation of color #375265: hue angle of 204.78º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375265 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 82 101 -
CMYK 0.46 0.19 0 0.60
HSL 204.78º 0.29% 0.31% -
HSV(B) 204.78º 0.46% 0.4% -
XYZ 6.94 7.79 13.45 -
YUV 76.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 55 82 101 0.46 0.19 0 0.60 204.78 0.29 0.31
Hex 37 52 65 2E 13 0 3C CD 1D 1F
Octal 67 122 145 56 23 0 74 315 35 37
Binary 110111 1010010 1100101 101110 10011 0 111100 11001101 11101 11111

Color Harmonies of #375265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375265

Black with #375265

Text Example


Text Example

White with #375265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375265; }

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

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

background-color css

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

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

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

border-color css

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

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

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