Html Css Color HEX #385262 Cello

📋 copy color: '#385262'

red 56 ◦ green 82 ◦ blue 98

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

Shades of Cello #385262

Tints of Cello #385262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.75%

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

R = 23.73%
G = 34.75%
B = 41.53%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385262 (or 0x385262) is known color: Cello. HEX triplet: 38, 52 and 62. RGB value is (56,82,98). Sum of RGB (Red+Green+Blue) = 56+82+98=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #385262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385262 is #C7AD9D. Grayscale: #4B4B4B. Windows color (decimal): -13086110 or 6443576. OLE color: 6443576.

HSL color Cylindrical-coordinate representation of color #385262: hue angle of 202.86º 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 #385262 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 82 98 -
CMYK 0.43 0.16 0 0.62
HSL 202.86º 0.27% 0.3% -
HSV(B) 202.86º 0.43% 0.38% -
XYZ 6.85 7.76 12.69 -
YUV 76.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 56 82 98 0.43 0.16 0 0.62 202.86 0.27 0.3
Hex 38 52 62 2B 10 0 3E CB 1B 1E
Octal 70 122 142 53 20 0 76 313 33 36
Binary 111000 1010010 1100010 101011 10000 0 111110 11001011 11011 11110

Color Harmonies of #385262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385262

Black with #385262

Text Example


Text Example

White with #385262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385262; }

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

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

background-color css

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

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

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

border-color css

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

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

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