Html Css Color HEX #359FAE Pelorous

📋 copy color: '#359FAE'

red 53 ◦ green 159 ◦ blue 174

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

Shades of Pelorous #359FAE

Tints of Pelorous #359FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.19%

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

R = 13.73%
G = 41.19%
B = 45.08%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#359FAE (or 0x359FAE) is known color: Pelorous. HEX triplet: 35, 9F and AE. RGB value is (53,159,174). Sum of RGB (Red+Green+Blue) = 53+159+174=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #359FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359FAE is #CA6051. Grayscale: #808080. Windows color (decimal): -13262930 or 11444021. OLE color: 11444021.

HSL color Cylindrical-coordinate representation of color #359FAE: hue angle of 187.44º 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 #359FAE is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 159 174 -
CMYK 0.70 0.09 0 0.32
HSL 187.44º 0.53% 0.45% -
HSV(B) 187.44º 0.7% 0.68% -
XYZ 21.51 28.61 44.43 -
YUV 129.02 153.38 73.78 -
System Red Green Blue C M Y K H S L
Decimal 53 159 174 0.70 0.09 0 0.32 187.44 0.53 0.45
Hex 35 9F AE 46 9 0 20 BB 35 2D
Octal 65 237 256 106 11 0 40 273 65 55
Binary 110101 10011111 10101110 1000110 1001 0 100000 10111011 110101 101101

Color Harmonies of #359FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FAE

Black with #359FAE

Text Example


Text Example

White with #359FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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