#375462

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

Shades of San Juan #375462

Tints of San Juan #375462

Color information

#375462 (or 0x375462) is unknown color: approx San Juan. HEX triplet: 37, 54 and 62. RGB value is (55,84,98). Sum of RGB (Red+Green+Blue) = 55+84+98=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #375462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375462 is #C8AB9D. Grayscale: #4C4C4C. Windows color (decimal): -13151134 or 6444087. OLE color: 6444087.

HSL color Cylindrical-coordinate representation of color #375462: hue angle of 199.53º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375462 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB558498-
CMYK0.440.1400.62
HSL199.53º28.1%30%-
HSV(B)199.53º43.88%38.43%-
XYZ6.958.0312.74-
YUV76.92139.89112.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=23.21%
G=35.44%
B=41.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5584980.440.1400.62199.5328.130
Hex3754622CE03Ec81c1e
Octal6712414254160763103436
Binary1101111010100110001010110011100111110110010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375462; }

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

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

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

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

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

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

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

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