Html Css Color HEX #359CAC Pelorous

📋 copy color: '#359CAC'

red 53 ◦ green 156 ◦ blue 172

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

Shades of Pelorous #359CAC

Tints of Pelorous #359CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

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

R = 13.91%
G = 40.94%
B = 45.14%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#359CAC (or 0x359CAC) is known color: Pelorous. HEX triplet: 35, 9C and AC. RGB value is (53,156,172). Sum of RGB (Red+Green+Blue) = 53+156+172=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #359CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359CAC is #CA6353. Grayscale: #7E7E7E. Windows color (decimal): -13263700 or 11312181. OLE color: 11312181.

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

Color convert

RGB 53 156 172 -
CMYK 0.69 0.09 0 0.33
HSL 188.07º 0.53% 0.44% -
HSV(B) 188.07º 0.69% 0.67% -
XYZ 20.8 27.51 43.24 -
YUV 127.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 53 156 172 0.69 0.09 0 0.33 188.07 0.53 0.44
Hex 35 9C AC 45 9 0 21 BC 35 2C
Octal 65 234 254 105 11 0 41 274 65 54
Binary 110101 10011100 10101100 1000101 1001 0 100001 10111100 110101 101100

Color Harmonies of #359CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CAC

Black with #359CAC

Text Example


Text Example

White with #359CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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