#385462

Color #385462 San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #385462

Tints of San Juan #385462

Color information

#385462 (or 0x385462) is unknown color: approx San Juan. HEX triplet: 38, 54 and 62. RGB value is (56,84,98). Sum of RGB (Red+Green+Blue) = 56+84+98=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #385462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385462 is #C7AB9D. Grayscale: #4D4D4D. Windows color (decimal): -13085598 or 6444088. OLE color: 6444088.

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

Color convert

RGB568498-
CMYK0.430.1400.62
HSL200º27.27%30.2%-
HSV(B)200º42.86%38.43%-
XYZ7.018.0612.74-
YUV77.22139.72112.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=23.53%
G=35.29%
B=41.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5684980.430.1400.6220027.2730.2
Hex3854622BE03Ec81b1e
Octal7012414253160763103336
Binary1110001010100110001010101111100111110110010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385462; }

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

 H1.HeaderClassName
 {
   color: #385462;
 }
 .AnyTagClassName
 {
   color: #385462;
 }
</style>
background-color css

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

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

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

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

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

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