Html Css Color HEX #359BAD Pelorous

📋 copy color: '#359BAD'

red 53 ◦ green 155 ◦ blue 173

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

Shades of Pelorous #359BAD

Tints of Pelorous #359BAD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.68%

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 13.91%
G = 40.68%
B = 45.41%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#359BAD (or 0x359BAD) is known color: Pelorous. HEX triplet: 35, 9B and AD. RGB value is (53,155,173). Sum of RGB (Red+Green+Blue) = 53+155+173=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #359BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359BAD is #CA6452. Grayscale: #7E7E7E. Windows color (decimal): -13263955 or 11377461. OLE color: 11377461.

HSL color Cylindrical-coordinate representation of color #359BAD: hue angle of 189º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #359BAD is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 155 173 -
CMYK 0.69 0.10 0 0.32
HSL 189º 0.53% 0.44% -
HSV(B) 189º 0.69% 0.68% -
XYZ 20.73 27.22 43.7 -
YUV 126.55 154.21 75.54 -
System Red Green Blue C M Y K H S L
Decimal 53 155 173 0.69 0.10 0 0.32 189 0.53 0.44
Hex 35 9B AD 45 A 0 20 BD 35 2C
Octal 65 233 255 105 12 0 40 275 65 54
Binary 110101 10011011 10101101 1000101 1010 0 100000 10111101 110101 101100

Color Harmonies of #359BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BAD

Black with #359BAD

Text Example


Text Example

White with #359BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,155,173); }

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

background-color css

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

 a { background-color: rgb(53,155,173); }

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

border-color css

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

 span { border-color: rgb(53,155,173); }

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