Html Css Color HEX #359DB9 Pelorous

📋 copy color: '#359DB9'

red 53 ◦ green 157 ◦ blue 185

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

Shades of Pelorous #359DB9

Tints of Pelorous #359DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.75%

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 13.42%
G = 39.75%
B = 46.84%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#359DB9 (or 0x359DB9) is known color: Pelorous. HEX triplet: 35, 9D and B9. RGB value is (53,157,185). Sum of RGB (Red+Green+Blue) = 53+157+185=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #359DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DB9 is #CA6246. Grayscale: #808080. Windows color (decimal): -13263431 or 12164405. OLE color: 12164405.

HSL color Cylindrical-coordinate representation of color #359DB9: hue angle of 192.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #359DB9 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 157 185 -
CMYK 0.71 0.15 0 0.27
HSL 192.73º 0.55% 0.47% -
HSV(B) 192.73º 0.71% 0.73% -
XYZ 22.28 28.37 50.2 -
YUV 129.1 159.54 73.72 -
System Red Green Blue C M Y K H S L
Decimal 53 157 185 0.71 0.15 0 0.27 192.73 0.55 0.47
Hex 35 9D B9 47 F 0 1B C1 37 2F
Octal 65 235 271 107 17 0 33 301 67 57
Binary 110101 10011101 10111001 1000111 1111 0 11011 11000001 110111 101111

Color Harmonies of #359DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DB9

Black with #359DB9

Text Example


Text Example

White with #359DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359DB9; }

 p { color: rgb(53,157,185); }

 H1.HeaderClassName
 {
   color: #359DB9;
 }
 .AnyTagClassName
 {
   color: #359DB9;
 }
</style>

background-color css

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

 a { background-color: rgb(53,157,185); }

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

border-color css

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

 span { border-color: rgb(53,157,185); }

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