Html Css Color HEX #385C62 Casal

📋 copy color: '#385C62'

red 56 ◦ green 92 ◦ blue 98

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

Shades of Casal #385C62

Tints of Casal #385C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.84%

R = 22.76%
G = 37.4%
B = 39.84%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385C62 (or 0x385C62) is known color: Casal. HEX triplet: 38, 5C and 62. RGB value is (56,92,98). Sum of RGB (Red+Green+Blue) = 56+92+98=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #385C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C62 is #C7A39D. Grayscale: #515151. Windows color (decimal): -13083550 or 6446136. OLE color: 6446136.

HSL color Cylindrical-coordinate representation of color #385C62: hue angle of 188.57º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385C62 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 92 98 -
CMYK 0.43 0.06 0 0.62
HSL 188.57º 0.27% 0.3% -
HSV(B) 188.57º 0.43% 0.38% -
XYZ 7.66 9.38 12.96 -
YUV 81.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 56 92 98 0.43 0.06 0 0.62 188.57 0.27 0.3
Hex 38 5C 62 2B 6 0 3E BD 1B 1E
Octal 70 134 142 53 6 0 76 275 33 36
Binary 111000 1011100 1100010 101011 110 0 111110 10111101 11011 11110

Color Harmonies of #385C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C62

Black with #385C62

Text Example


Text Example

White with #385C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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