Html Css Color HEX #385261 Cello

📋 copy color: '#385261'

red 56 ◦ green 82 ◦ blue 97

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

Shades of Cello #385261

Tints of Cello #385261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 23.83%
G = 34.89%
B = 41.28%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385261 (or 0x385261) is known color: Cello. HEX triplet: 38, 52 and 61. RGB value is (56,82,97). Sum of RGB (Red+Green+Blue) = 56+82+97=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #385261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385261 is #C7AD9E. Grayscale: #4B4B4B. Windows color (decimal): -13086111 or 6378040. OLE color: 6378040.

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

Color convert

RGB 56 82 97 -
CMYK 0.42 0.15 0 0.62
HSL 201.95º 0.27% 0.3% -
HSV(B) 201.95º 0.42% 0.38% -
XYZ 6.81 7.74 12.44 -
YUV 75.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 56 82 97 0.42 0.15 0 0.62 201.95 0.27 0.3
Hex 38 52 61 2A F 0 3E CA 1B 1E
Octal 70 122 141 52 17 0 76 312 33 36
Binary 111000 1010010 1100001 101010 1111 0 111110 11001010 11011 11110

Color Harmonies of #385261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385261

Black with #385261

Text Example


Text Example

White with #385261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385261; }

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

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

background-color css

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

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

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

border-color css

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

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

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