Html Css Color HEX #385566 Cello

📋 copy color: '#385566'

red 56 ◦ green 85 ◦ blue 102

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

Shades of Cello #385566

Tints of Cello #385566

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

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

R = 23.05%
G = 34.98%
B = 41.98%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#385566 (or 0x385566) is known color: Cello. HEX triplet: 38, 55 and 66. RGB value is (56,85,102). Sum of RGB (Red+Green+Blue) = 56+85+102=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #385566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385566 is #C7AA99. Grayscale: #4E4E4E. Windows color (decimal): -13085338 or 6706488. OLE color: 6706488.

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

Color convert

RGB 56 85 102 -
CMYK 0.45 0.17 0 0.6
HSL 202.17º 0.29% 0.31% -
HSV(B) 202.17º 0.45% 0.4% -
XYZ 7.28 8.3 13.79 -
YUV 78.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 56 85 102 0.45 0.17 0 0.6 202.17 0.29 0.31
Hex 38 55 66 2D 11 0 3C CA 1D 1F
Octal 70 125 146 55 21 0 74 312 35 37
Binary 111000 1010101 1100110 101101 10001 0 111100 11001010 11101 11111

Color Harmonies of #385566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385566

Black with #385566

Text Example


Text Example

White with #385566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385566; }

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

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

background-color css

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

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

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

border-color css

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

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

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