Html Css Color HEX #359AAC Pelorous

📋 copy color: '#359AAC'

red 53 ◦ green 154 ◦ blue 172

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

Shades of Pelorous #359AAC

Tints of Pelorous #359AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

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

R = 13.98%
G = 40.63%
B = 45.38%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#359AAC (or 0x359AAC) is known color: Pelorous. HEX triplet: 35, 9A and AC. RGB value is (53,154,172). Sum of RGB (Red+Green+Blue) = 53+154+172=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #359AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359AAC is #CA6553. Grayscale: #7D7D7D. Windows color (decimal): -13264212 or 11311669. OLE color: 11311669.

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

Color convert

RGB 53 154 172 -
CMYK 0.69 0.10 0 0.33
HSL 189.08º 0.53% 0.44% -
HSV(B) 189.08º 0.69% 0.67% -
XYZ 20.47 26.85 43.13 -
YUV 125.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 53 154 172 0.69 0.10 0 0.33 189.08 0.53 0.44
Hex 35 9A AC 45 A 0 21 BD 35 2C
Octal 65 232 254 105 12 0 41 275 65 54
Binary 110101 10011010 10101100 1000101 1010 0 100001 10111101 110101 101100

Color Harmonies of #359AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359AAC

Black with #359AAC

Text Example


Text Example

White with #359AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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