Html Css Color HEX #3599BD Pelorous

📋 copy color: '#3599BD'

red 53 ◦ green 153 ◦ blue 189

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

Shades of Pelorous #3599BD

Tints of Pelorous #3599BD

RGB

 RED value IS 53 (21.09% from 255) = 13.42%

 GREEN value IS 153 (60.16% from 255) = 38.73%

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 13.42%
G = 38.73%
B = 47.85%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3599BD (or 0x3599BD) is known color: Pelorous. HEX triplet: 35, 99 and BD. RGB value is (53,153,189). Sum of RGB (Red+Green+Blue) = 53+153+189=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #3599BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3599BD is #CA6642. Grayscale: #7E7E7E. Windows color (decimal): -13264451 or 12425525. OLE color: 12425525.

HSL color Cylindrical-coordinate representation of color #3599BD: hue angle of 195.88º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3599BD is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 153 189 -
CMYK 0.72 0.19 0 0.26
HSL 195.88º 0.56% 0.47% -
HSV(B) 195.88º 0.72% 0.74% -
XYZ 22.04 27.21 52.23 -
YUV 127.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 53 153 189 0.72 0.19 0 0.26 195.88 0.56 0.47
Hex 35 99 BD 48 13 0 1A C4 38 2F
Octal 65 231 275 110 23 0 32 304 70 57
Binary 110101 10011001 10111101 1001000 10011 0 11010 11000100 111000 101111

Color Harmonies of #3599BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3599BD

Black with #3599BD

Text Example


Text Example

White with #3599BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3599BD; }

 p { color: rgb(53,153,189); }

 H1.HeaderClassName
 {
   color: #3599BD;
 }
 .AnyTagClassName
 {
   color: #3599BD;
 }
</style>

background-color css

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

 a { background-color: rgb(53,153,189); }

 div.DivClassName
 {
   background-color: #3599BD;
 }
 .BgClassName
 {
   background-color: #3599BD;
 }
</style>

border-color css

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

 span { border-color: rgb(53,153,189); }

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