Html Css Color HEX #385066 Cello

📋 copy color: '#385066'

red 56 ◦ green 80 ◦ blue 102

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

Shades of Cello #385066

Tints of Cello #385066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.61%

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

R = 23.53%
G = 33.61%
B = 42.86%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#385066 (or 0x385066) is known color: Cello. HEX triplet: 38, 50 and 66. RGB value is (56,80,102). Sum of RGB (Red+Green+Blue) = 56+80+102=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #385066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385066 is #C7AF99. Grayscale: #4B4B4B. Windows color (decimal): -13086618 or 6705208. OLE color: 6705208.

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

Color convert

RGB 56 80 102 -
CMYK 0.45 0.22 0 0.6
HSL 208.7º 0.29% 0.31% -
HSV(B) 208.7º 0.45% 0.4% -
XYZ 6.9 7.54 13.66 -
YUV 75.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 56 80 102 0.45 0.22 0 0.6 208.7 0.29 0.31
Hex 38 50 66 2D 16 0 3C D1 1D 1F
Octal 70 120 146 55 26 0 74 321 35 37
Binary 111000 1010000 1100110 101101 10110 0 111100 11010001 11101 11111

Color Harmonies of #385066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385066

Black with #385066

Text Example


Text Example

White with #385066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385066; }

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

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

background-color css

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

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

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

border-color css

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

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

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