Html Css Color HEX #385C61 Casal

📋 copy color: '#385C61'

red 56 ◦ green 92 ◦ blue 97

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

Shades of Casal #385C61

Tints of Casal #385C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

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

R = 22.86%
G = 37.55%
B = 39.59%

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

#385C61 (or 0x385C61) is known color: Casal. HEX triplet: 38, 5C and 61. RGB value is (56,92,97). Sum of RGB (Red+Green+Blue) = 56+92+97=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #385C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C61 is #C7A39E. Grayscale: #515151. Windows color (decimal): -13083551 or 6380600. OLE color: 6380600.

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

Color convert

RGB 56 92 97 -
CMYK 0.42 0.05 0 0.62
HSL 187.32º 0.27% 0.3% -
HSV(B) 187.32º 0.42% 0.38% -
XYZ 7.62 9.36 12.71 -
YUV 81.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 56 92 97 0.42 0.05 0 0.62 187.32 0.27 0.3
Hex 38 5C 61 2A 5 0 3E BB 1B 1E
Octal 70 134 141 52 5 0 76 273 33 36
Binary 111000 1011100 1100001 101010 101 0 111110 10111011 11011 11110

Color Harmonies of #385C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C61

Black with #385C61

Text Example


Text Example

White with #385C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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