Html Css Color HEX #385369 Cello

📋 copy color: '#385369'

red 56 ◦ green 83 ◦ blue 105

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

Shades of Cello #385369

Tints of Cello #385369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 22.95%
G = 34.02%
B = 43.03%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#385369 (or 0x385369) is known color: Cello. HEX triplet: 38, 53 and 69. RGB value is (56,83,105). Sum of RGB (Red+Green+Blue) = 56+83+105=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #385369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385369 is #C7AC96. Grayscale: #4D4D4D. Windows color (decimal): -13085847 or 6902584. OLE color: 6902584.

HSL color Cylindrical-coordinate representation of color #385369: hue angle of 206.94º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #385369 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 83 105 -
CMYK 0.47 0.21 0 0.59
HSL 206.94º 0.3% 0.32% -
HSV(B) 206.94º 0.47% 0.41% -
XYZ 7.27 8.05 14.53 -
YUV 77.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 56 83 105 0.47 0.21 0 0.59 206.94 0.3 0.32
Hex 38 53 69 2F 15 0 3B CF 1E 20
Octal 70 123 151 57 25 0 73 317 36 40
Binary 111000 1010011 1101001 101111 10101 0 111011 11001111 11110 100000

Color Harmonies of #385369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385369

Black with #385369

Text Example


Text Example

White with #385369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385369; }

 p { color: rgb(56,83,105); }

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

background-color css

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

 a { background-color: rgb(56,83,105); }

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

border-color css

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

 span { border-color: rgb(56,83,105); }

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