Html Css Color HEX #375365 Cello

📋 copy color: '#375365'

red 55 ◦ green 83 ◦ blue 101

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

Shades of Cello #375365

Tints of Cello #375365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

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

R = 23.01%
G = 34.73%
B = 42.26%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375365 (or 0x375365) is known color: Cello. HEX triplet: 37, 53 and 65. RGB value is (55,83,101). Sum of RGB (Red+Green+Blue) = 55+83+101=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #375365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375365 is #C8AC9A. Grayscale: #4C4C4C. Windows color (decimal): -13151387 or 6640439. OLE color: 6640439.

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

Color convert

RGB 55 83 101 -
CMYK 0.46 0.18 0 0.60
HSL 203.48º 0.29% 0.31% -
HSV(B) 203.48º 0.46% 0.4% -
XYZ 7.02 7.94 13.47 -
YUV 76.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 55 83 101 0.46 0.18 0 0.60 203.48 0.29 0.31
Hex 37 53 65 2E 12 0 3C CB 1D 1F
Octal 67 123 145 56 22 0 74 313 35 37
Binary 110111 1010011 1100101 101110 10010 0 111100 11001011 11101 11111

Color Harmonies of #375365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375365

Black with #375365

Text Example


Text Example

White with #375365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375365; }

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

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

background-color css

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

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

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

border-color css

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

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

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