Html Css Color HEX #385B62 Casal

📋 copy color: '#385B62'

red 56 ◦ green 91 ◦ blue 98

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

Shades of Casal #385B62

Tints of Casal #385B62

RGB

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

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

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

R = 22.86%
G = 37.14%
B = 40%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385B62 (or 0x385B62) is known color: Casal. HEX triplet: 38, 5B and 62. RGB value is (56,91,98). Sum of RGB (Red+Green+Blue) = 56+91+98=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #385B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B62 is #C7A49D. Grayscale: #515151. Windows color (decimal): -13083806 or 6445880. OLE color: 6445880.

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

Color convert

RGB 56 91 98 -
CMYK 0.43 0.07 0 0.62
HSL 190º 0.27% 0.3% -
HSV(B) 190º 0.43% 0.38% -
XYZ 7.58 9.2 12.93 -
YUV 81.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 56 91 98 0.43 0.07 0 0.62 190 0.27 0.3
Hex 38 5B 62 2B 7 0 3E BE 1B 1E
Octal 70 133 142 53 7 0 76 276 33 36
Binary 111000 1011011 1100010 101011 111 0 111110 10111110 11011 11110

Color Harmonies of #385B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B62

Black with #385B62

Text Example


Text Example

White with #385B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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