Html Css Color HEX #385A60 Casal

📋 copy color: '#385A60'

red 56 ◦ green 90 ◦ blue 96

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

Shades of Casal #385A60

Tints of Casal #385A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.19%

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

R = 23.14%
G = 37.19%
B = 39.67%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385A60 (or 0x385A60) is known color: Casal. HEX triplet: 38, 5A and 60. RGB value is (56,90,96). Sum of RGB (Red+Green+Blue) = 56+90+96=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #385A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A60 is #C7A59F. Grayscale: #505050. Windows color (decimal): -13084064 or 6314552. OLE color: 6314552.

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

Color convert

RGB 56 90 96 -
CMYK 0.42 0.06 0 0.62
HSL 189º 0.26% 0.3% -
HSV(B) 189º 0.42% 0.38% -
XYZ 7.4 9 12.41 -
YUV 80.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 56 90 96 0.42 0.06 0 0.62 189 0.26 0.3
Hex 38 5A 60 2A 6 0 3E BD 1A 1E
Octal 70 132 140 52 6 0 76 275 32 36
Binary 111000 1011010 1100000 101010 110 0 111110 10111101 11010 11110

Color Harmonies of #385A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A60

Black with #385A60

Text Example


Text Example

White with #385A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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