Html Css Color HEX #385C66 Casal

📋 copy color: '#385C66'

red 56 ◦ green 92 ◦ blue 102

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

Shades of Casal #385C66

Tints of Casal #385C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 22.4%
G = 36.8%
B = 40.8%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#385C66 (or 0x385C66) is known color: Casal. HEX triplet: 38, 5C and 66. RGB value is (56,92,102). Sum of RGB (Red+Green+Blue) = 56+92+102=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #385C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C66 is #C7A399. Grayscale: #525252. Windows color (decimal): -13083546 or 6708280. OLE color: 6708280.

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

Color convert

RGB 56 92 102 -
CMYK 0.45 0.10 0 0.6
HSL 193.04º 0.29% 0.31% -
HSV(B) 193.04º 0.45% 0.4% -
XYZ 7.86 9.45 13.98 -
YUV 82.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 56 92 102 0.45 0.10 0 0.6 193.04 0.29 0.31
Hex 38 5C 66 2D A 0 3C C1 1D 1F
Octal 70 134 146 55 12 0 74 301 35 37
Binary 111000 1011100 1100110 101101 1010 0 111100 11000001 11101 11111

Color Harmonies of #385C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C66

Black with #385C66

Text Example


Text Example

White with #385C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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