Html Css Color HEX #385C65 Casal

📋 copy color: '#385C65'

red 56 ◦ green 92 ◦ blue 101

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

Shades of Casal #385C65

Tints of Casal #385C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.56%

R = 22.49%
G = 36.95%
B = 40.56%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#385C65 (or 0x385C65) is known color: Casal. HEX triplet: 38, 5C and 65. RGB value is (56,92,101). Sum of RGB (Red+Green+Blue) = 56+92+101=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #385C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C65 is #C7A39A. Grayscale: #525252. Windows color (decimal): -13083547 or 6642744. OLE color: 6642744.

HSL color Cylindrical-coordinate representation of color #385C65: hue angle of 192º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #385C65 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 92 101 -
CMYK 0.45 0.09 0 0.60
HSL 192º 0.29% 0.31% -
HSV(B) 192º 0.45% 0.4% -
XYZ 7.81 9.43 13.72 -
YUV 82.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 56 92 101 0.45 0.09 0 0.60 192 0.29 0.31
Hex 38 5C 65 2D 9 0 3C C0 1D 1F
Octal 70 134 145 55 11 0 74 300 35 37
Binary 111000 1011100 1100101 101101 1001 0 111100 11000000 11101 11111

Color Harmonies of #385C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C65

Black with #385C65

Text Example


Text Example

White with #385C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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