Html Css Color HEX #385562 San Juan

📋 copy color: '#385562'

red 56 ◦ green 85 ◦ blue 98

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

Shades of San Juan #385562

Tints of San Juan #385562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

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

R = 23.43%
G = 35.56%
B = 41%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385562 (or 0x385562) is known color: San Juan. HEX triplet: 38, 55 and 62. RGB value is (56,85,98). Sum of RGB (Red+Green+Blue) = 56+85+98=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #385562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385562 is #C7AA9D. Grayscale: #4D4D4D. Windows color (decimal): -13085342 or 6444344. OLE color: 6444344.

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

Color convert

RGB 56 85 98 -
CMYK 0.43 0.13 0 0.62
HSL 198.57º 0.27% 0.3% -
HSV(B) 198.57º 0.43% 0.38% -
XYZ 7.08 8.22 12.77 -
YUV 77.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 56 85 98 0.43 0.13 0 0.62 198.57 0.27 0.3
Hex 38 55 62 2B D 0 3E C7 1B 1E
Octal 70 125 142 53 15 0 76 307 33 36
Binary 111000 1010101 1100010 101011 1101 0 111110 11000111 11011 11110

Color Harmonies of #385562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385562

Black with #385562

Text Example


Text Example

White with #385562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385562; }

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

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

background-color css

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

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

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

border-color css

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

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

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