#3598AE

Color #3598AE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #3598AE

Tints of Pelorous #3598AE

Color information

#3598AE (or 0x3598AE) is unknown color: approx Pelorous. HEX triplet: 35, 98 and AE. RGB value is (53,152,174). Sum of RGB (Red+Green+Blue) = 53+152+174=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #3598AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3598AE is #CA6751. Grayscale: #7C7C7C. Windows color (decimal): -13264722 or 11442229. OLE color: 11442229.

HSL color Cylindrical-coordinate representation of color #3598AE: hue angle of 190.91º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3598AE is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53152174-
CMYK0.700.1300.32
HSL190.91º53.3%44.51%-
HSV(B)190.91º69.54%68.24%-
XYZ20.3426.2744.04-
YUV124.91155.776.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.98%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=13.98%
G=40.11%
B=45.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531521740.700.1300.32190.9153.344.51
Hex3598AE46D020bf352d
Octal65230256106150402776555
Binary110101100110001010111010001101101010000010111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3598AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3598AE; }

 p { color: rgb(53,152,174); }

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

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

 a { background-color: rgb(53,152,174); }

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

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

 span { border-color: rgb(53,152,174); }

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