Html Css Color HEX #385B65 Casal

📋 copy color: '#385B65'

red 56 ◦ green 91 ◦ blue 101

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

Shades of Casal #385B65

Tints of Casal #385B65

RGB

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

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

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

R = 22.58%
G = 36.69%
B = 40.73%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#385B65 (or 0x385B65) is known color: Casal. HEX triplet: 38, 5B and 65. RGB value is (56,91,101). Sum of RGB (Red+Green+Blue) = 56+91+101=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #385B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B65 is #C7A49A. Grayscale: #515151. Windows color (decimal): -13083803 or 6642488. OLE color: 6642488.

HSL color Cylindrical-coordinate representation of color #385B65: hue angle of 193.33º 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 #385B65 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 91 101 -
CMYK 0.45 0.10 0 0.60
HSL 193.33º 0.29% 0.31% -
HSV(B) 193.33º 0.45% 0.4% -
XYZ 7.72 9.26 13.69 -
YUV 81.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 56 91 101 0.45 0.10 0 0.60 193.33 0.29 0.31
Hex 38 5B 65 2D A 0 3C C1 1D 1F
Octal 70 133 145 55 12 0 74 301 35 37
Binary 111000 1011011 1100101 101101 1010 0 111100 11000001 11101 11111

Color Harmonies of #385B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B65

Black with #385B65

Text Example


Text Example

White with #385B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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