Html Css Color HEX #385062 Cello

📋 copy color: '#385062'

red 56 ◦ green 80 ◦ blue 98

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

Shades of Cello #385062

Tints of Cello #385062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 23.93%
G = 34.19%
B = 41.88%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385062 (or 0x385062) is known color: Cello. HEX triplet: 38, 50 and 62. RGB value is (56,80,98). Sum of RGB (Red+Green+Blue) = 56+80+98=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #385062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385062 is #C7AF9D. Grayscale: #4A4A4A. Windows color (decimal): -13086622 or 6443064. OLE color: 6443064.

HSL color Cylindrical-coordinate representation of color #385062: hue angle of 205.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385062 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 80 98 -
CMYK 0.43 0.18 0 0.62
HSL 205.71º 0.27% 0.3% -
HSV(B) 205.71º 0.43% 0.38% -
XYZ 6.7 7.46 12.64 -
YUV 74.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 56 80 98 0.43 0.18 0 0.62 205.71 0.27 0.3
Hex 38 50 62 2B 12 0 3E CE 1B 1E
Octal 70 120 142 53 22 0 76 316 33 36
Binary 111000 1010000 1100010 101011 10010 0 111110 11001110 11011 11110

Color Harmonies of #385062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385062

Black with #385062

Text Example


Text Example

White with #385062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385062; }

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

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

background-color css

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

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

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

border-color css

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

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

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