Html Css Color HEX #359FAC Pelorous

📋 copy color: '#359FAC'

red 53 ◦ green 159 ◦ blue 172

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

Shades of Pelorous #359FAC

Tints of Pelorous #359FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 13.8%
G = 41.41%
B = 44.79%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#359FAC (or 0x359FAC) is known color: Pelorous. HEX triplet: 35, 9F and AC. RGB value is (53,159,172). Sum of RGB (Red+Green+Blue) = 53+159+172=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #359FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359FAC is #CA6053. Grayscale: #808080. Windows color (decimal): -13262932 or 11312949. OLE color: 11312949.

HSL color Cylindrical-coordinate representation of color #359FAC: hue angle of 186.55º degrees, saturation: 0.53, 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 #359FAC is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 159 172 -
CMYK 0.69 0.08 0 0.33
HSL 186.55º 0.53% 0.44% -
HSV(B) 186.55º 0.69% 0.67% -
XYZ 21.31 28.53 43.41 -
YUV 128.79 152.38 73.94 -
System Red Green Blue C M Y K H S L
Decimal 53 159 172 0.69 0.08 0 0.33 186.55 0.53 0.44
Hex 35 9F AC 45 8 0 21 BB 35 2C
Octal 65 237 254 105 10 0 41 273 65 54
Binary 110101 10011111 10101100 1000101 1000 0 100001 10111011 110101 101100

Color Harmonies of #359FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FAC

Black with #359FAC

Text Example


Text Example

White with #359FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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