#3598AF

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

Shades of Pelorous #3598AF

Tints of Pelorous #3598AF

Color information

#3598AF (or 0x3598AF) is unknown color: approx Pelorous. HEX triplet: 35, 98 and AF. RGB value is (53,152,175). Sum of RGB (Red+Green+Blue) = 53+152+175=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #3598AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3598AF is #CA6750. Grayscale: #7C7C7C. Windows color (decimal): -13264721 or 11507765. OLE color: 11507765.

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

Color convert

RGB53152175-
CMYK0.700.1300.31
HSL191.31º53.51%44.71%-
HSV(B)191.31º69.71%68.63%-
XYZ20.4326.3144.56-
YUV125.02156.276.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.95%
GREEN value IS 152 (59.77% from 255) = 40%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=13.95%
G=40%
B=46.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531521750.700.1300.31191.3153.5144.71
Hex3598AF46D01Fbf362d
Octal65230257106150372776655
Binary11010110011000101011111000110110101111110111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3598AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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