Html Css Color HEX #385862 Casal

📋 copy color: '#385862'

red 56 ◦ green 88 ◦ blue 98

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

Shades of Casal #385862

Tints of Casal #385862

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

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

R = 23.14%
G = 36.36%
B = 40.5%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385862 (or 0x385862) is known color: Casal. HEX triplet: 38, 58 and 62. RGB value is (56,88,98). Sum of RGB (Red+Green+Blue) = 56+88+98=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #385862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385862 is #C7A79D. Grayscale: #4F4F4F. Windows color (decimal): -13084574 or 6445112. OLE color: 6445112.

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

Color convert

RGB 56 88 98 -
CMYK 0.43 0.10 0 0.62
HSL 194.29º 0.27% 0.3% -
HSV(B) 194.29º 0.43% 0.38% -
XYZ 7.33 8.7 12.85 -
YUV 79.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 56 88 98 0.43 0.10 0 0.62 194.29 0.27 0.3
Hex 38 58 62 2B A 0 3E C2 1B 1E
Octal 70 130 142 53 12 0 76 302 33 36
Binary 111000 1011000 1100010 101011 1010 0 111110 11000010 11011 11110

Color Harmonies of #385862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385862

Black with #385862

Text Example


Text Example

White with #385862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385862; }

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

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

background-color css

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

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

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

border-color css

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

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

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