Html Css Color HEX #385463 Cello

📋 copy color: '#385463'

red 56 ◦ green 84 ◦ blue 99

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

Shades of Cello #385463

Tints of Cello #385463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.15%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 23.43%
G = 35.15%
B = 41.42%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#385463 (or 0x385463) is known color: Cello. HEX triplet: 38, 54 and 63. RGB value is (56,84,99). Sum of RGB (Red+Green+Blue) = 56+84+99=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #385463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385463 is #C7AB9C. Grayscale: #4D4D4D. Windows color (decimal): -13085597 or 6509624. OLE color: 6509624.

HSL color Cylindrical-coordinate representation of color #385463: hue angle of 200.93º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385463 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 84 99 -
CMYK 0.43 0.15 0 0.61
HSL 200.93º 0.28% 0.3% -
HSV(B) 200.93º 0.43% 0.39% -
XYZ 7.05 8.08 12.99 -
YUV 77.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 56 84 99 0.43 0.15 0 0.61 200.93 0.28 0.3
Hex 38 54 63 2B F 0 3D C9 1C 1E
Octal 70 124 143 53 17 0 75 311 34 36
Binary 111000 1010100 1100011 101011 1111 0 111101 11001001 11100 11110

Color Harmonies of #385463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385463

Black with #385463

Text Example


Text Example

White with #385463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385463; }

 p { color: rgb(56,84,99); }

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

background-color css

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

 a { background-color: rgb(56,84,99); }

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

border-color css

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

 span { border-color: rgb(56,84,99); }

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