Html Css Color HEX #359FAA Pelorous

📋 copy color: '#359FAA'

red 53 ◦ green 159 ◦ blue 170

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

Shades of Pelorous #359FAA

Tints of Pelorous #359FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 13.87%
G = 41.62%
B = 44.5%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#359FAA (or 0x359FAA) is known color: Pelorous. HEX triplet: 35, 9F and AA. RGB value is (53,159,170). Sum of RGB (Red+Green+Blue) = 53+159+170=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #359FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359FAA is #CA6055. Grayscale: #808080. Windows color (decimal): -13262934 or 11181877. OLE color: 11181877.

HSL color Cylindrical-coordinate representation of color #359FAA: hue angle of 185.64º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #359FAA is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 159 170 -
CMYK 0.69 0.06 0 0.33
HSL 185.64º 0.52% 0.44% -
HSV(B) 185.64º 0.69% 0.67% -
XYZ 21.12 28.46 42.41 -
YUV 128.56 151.38 74.11 -
System Red Green Blue C M Y K H S L
Decimal 53 159 170 0.69 0.06 0 0.33 185.64 0.52 0.44
Hex 35 9F AA 45 6 0 21 BA 34 2C
Octal 65 237 252 105 6 0 41 272 64 54
Binary 110101 10011111 10101010 1000101 110 0 100001 10111010 110100 101100

Color Harmonies of #359FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FAA

Black with #359FAA

Text Example


Text Example

White with #359FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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