Html Css Color HEX #3598AF Pelorous

📋 copy color: '#3598AF'

red 53 ◦ green 152 ◦ blue 175

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

Shades of Pelorous #3598AF

Tints of Pelorous #3598AF

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 value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3598AF (or 0x3598AF) is known color: 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

RGB 53 152 175 -
CMYK 0.70 0.13 0 0.31
HSL 191.31º 0.54% 0.45% -
HSV(B) 191.31º 0.7% 0.69% -
XYZ 20.43 26.31 44.56 -
YUV 125.02 156.2 76.63 -
System Red Green Blue C M Y K H S L
Decimal 53 152 175 0.70 0.13 0 0.31 191.31 0.54 0.45
Hex 35 98 AF 46 D 0 1F BF 36 2D
Octal 65 230 257 106 15 0 37 277 66 55
Binary 110101 10011000 10101111 1000110 1101 0 11111 10111111 110110 101101

Color Harmonies of #3598AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3598AF

Black with #3598AF

Text Example


Text Example

White with #3598AF

Text Example


Text Example

HTML Codes & Css Web 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>