Html Css Color HEX #385B60 Casal

📋 copy color: '#385B60'

red 56 ◦ green 91 ◦ blue 96

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

Shades of Casal #385B60

Tints of Casal #385B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.45%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 23.05%
G = 37.45%
B = 39.51%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385B60 (or 0x385B60) is known color: Casal. HEX triplet: 38, 5B and 60. RGB value is (56,91,96). Sum of RGB (Red+Green+Blue) = 56+91+96=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #385B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B60 is #C7A49F. Grayscale: #515151. Windows color (decimal): -13083808 or 6314808. OLE color: 6314808.

HSL color Cylindrical-coordinate representation of color #385B60: hue angle of 187.5º degrees, saturation: 0.26, 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 #385B60 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 91 96 -
CMYK 0.42 0.05 0 0.62
HSL 187.5º 0.26% 0.3% -
HSV(B) 187.5º 0.42% 0.38% -
XYZ 7.48 9.17 12.44 -
YUV 81.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 56 91 96 0.42 0.05 0 0.62 187.5 0.26 0.3
Hex 38 5B 60 2A 5 0 3E BC 1A 1E
Octal 70 133 140 52 5 0 76 274 32 36
Binary 111000 1011011 1100000 101010 101 0 111110 10111100 11010 11110

Color Harmonies of #385B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B60

Black with #385B60

Text Example


Text Example

White with #385B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385B60; }

 p { color: rgb(56,91,96); }

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

background-color css

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

 a { background-color: rgb(56,91,96); }

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

border-color css

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

 span { border-color: rgb(56,91,96); }

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