Html Css Color HEX #359BAE Pelorous

📋 copy color: '#359BAE'

red 53 ◦ green 155 ◦ blue 174

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

Shades of Pelorous #359BAE

Tints of Pelorous #359BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 13.87%
G = 40.58%
B = 45.55%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#359BAE (or 0x359BAE) is known color: Pelorous. HEX triplet: 35, 9B and AE. RGB value is (53,155,174). Sum of RGB (Red+Green+Blue) = 53+155+174=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #359BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359BAE is #CA6451. Grayscale: #7E7E7E. Windows color (decimal): -13263954 or 11442997. OLE color: 11442997.

HSL color Cylindrical-coordinate representation of color #359BAE: hue angle of 189.42º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #359BAE is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 155 174 -
CMYK 0.70 0.11 0 0.32
HSL 189.42º 0.53% 0.45% -
HSV(B) 189.42º 0.7% 0.68% -
XYZ 20.83 27.26 44.21 -
YUV 126.67 154.71 75.46 -
System Red Green Blue C M Y K H S L
Decimal 53 155 174 0.70 0.11 0 0.32 189.42 0.53 0.45
Hex 35 9B AE 46 B 0 20 BD 35 2D
Octal 65 233 256 106 13 0 40 275 65 55
Binary 110101 10011011 10101110 1000110 1011 0 100000 10111101 110101 101101

Color Harmonies of #359BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BAE

Black with #359BAE

Text Example


Text Example

White with #359BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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