Html Css Color HEX #385266 Cello

📋 copy color: '#385266'

red 56 ◦ green 82 ◦ blue 102

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

Shades of Cello #385266

Tints of Cello #385266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.5%

R = 23.33%
G = 34.17%
B = 42.5%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#385266 (or 0x385266) is known color: Cello. HEX triplet: 38, 52 and 66. RGB value is (56,82,102). Sum of RGB (Red+Green+Blue) = 56+82+102=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 102 - color contains mainly: blue. Hex color #385266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385266 is #C7AD99. Grayscale: #4C4C4C. Windows color (decimal): -13086106 or 6705720. OLE color: 6705720.

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

Color convert

RGB 56 82 102 -
CMYK 0.45 0.20 0 0.6
HSL 206.09º 0.29% 0.31% -
HSV(B) 206.09º 0.45% 0.4% -
XYZ 7.05 7.83 13.71 -
YUV 76.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 56 82 102 0.45 0.20 0 0.6 206.09 0.29 0.31
Hex 38 52 66 2D 14 0 3C CE 1D 1F
Octal 70 122 146 55 24 0 74 316 35 37
Binary 111000 1010010 1100110 101101 10100 0 111100 11001110 11101 11111

Color Harmonies of #385266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385266

Black with #385266

Text Example


Text Example

White with #385266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385266; }

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

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

background-color css

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

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

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

border-color css

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

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

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