Html Css Color HEX #385368 Cello

📋 copy color: '#385368'

red 56 ◦ green 83 ◦ blue 104

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

Shades of Cello #385368

Tints of Cello #385368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 23.05%
G = 34.16%
B = 42.8%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#385368 (or 0x385368) is known color: Cello. HEX triplet: 38, 53 and 68. RGB value is (56,83,104). Sum of RGB (Red+Green+Blue) = 56+83+104=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #385368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385368 is #C7AC97. Grayscale: #4D4D4D. Windows color (decimal): -13085848 or 6837048. OLE color: 6837048.

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

Color convert

RGB 56 83 104 -
CMYK 0.46 0.20 0 0.59
HSL 206.25º 0.3% 0.31% -
HSV(B) 206.25º 0.46% 0.41% -
XYZ 7.22 8.03 14.27 -
YUV 77.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 56 83 104 0.46 0.20 0 0.59 206.25 0.3 0.31
Hex 38 53 68 2E 14 0 3B CE 1E 1F
Octal 70 123 150 56 24 0 73 316 36 37
Binary 111000 1010011 1101000 101110 10100 0 111011 11001110 11110 11111

Color Harmonies of #385368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385368

Black with #385368

Text Example


Text Example

White with #385368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385368; }

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

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

background-color css

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

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

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

border-color css

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

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

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