Html Css Color HEX #385265 Cello

📋 copy color: '#385265'

red 56 ◦ green 82 ◦ blue 101

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

Shades of Cello #385265

Tints of Cello #385265

RGB

 RED value IS 56 (22.27% from 255) = 23.43%

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

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

R = 23.43%
G = 34.31%
B = 42.26%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#385265 (or 0x385265) is known color: Cello. HEX triplet: 38, 52 and 65. RGB value is (56,82,101). Sum of RGB (Red+Green+Blue) = 56+82+101=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 82 (32.42% from 255 or 34.31% 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 #385265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385265 is #C7AD9A. Grayscale: #4C4C4C. Windows color (decimal): -13086107 or 6640184. OLE color: 6640184.

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

Color convert

RGB 56 82 101 -
CMYK 0.45 0.19 0 0.60
HSL 205.33º 0.29% 0.31% -
HSV(B) 205.33º 0.45% 0.4% -
XYZ 7 7.81 13.45 -
YUV 76.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 56 82 101 0.45 0.19 0 0.60 205.33 0.29 0.31
Hex 38 52 65 2D 13 0 3C CD 1D 1F
Octal 70 122 145 55 23 0 74 315 35 37
Binary 111000 1010010 1100101 101101 10011 0 111100 11001101 11101 11111

Color Harmonies of #385265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385265

Black with #385265

Text Example


Text Example

White with #385265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385265; }

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

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

background-color css

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

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

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

border-color css

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

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

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