Html Css Color HEX #359BAC Pelorous

📋 copy color: '#359BAC'

red 53 ◦ green 155 ◦ blue 172

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

Shades of Pelorous #359BAC

Tints of Pelorous #359BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.79%

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

R = 13.95%
G = 40.79%
B = 45.26%

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

#359BAC (or 0x359BAC) is known color: Pelorous. HEX triplet: 35, 9B and AC. RGB value is (53,155,172). Sum of RGB (Red+Green+Blue) = 53+155+172=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #359BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359BAC is #CA6453. Grayscale: #7E7E7E. Windows color (decimal): -13263956 or 11311925. OLE color: 11311925.

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

Color convert

RGB 53 155 172 -
CMYK 0.69 0.10 0 0.33
HSL 188.57º 0.53% 0.44% -
HSV(B) 188.57º 0.69% 0.67% -
XYZ 20.64 27.18 43.19 -
YUV 126.44 153.71 75.62 -
System Red Green Blue C M Y K H S L
Decimal 53 155 172 0.69 0.10 0 0.33 188.57 0.53 0.44
Hex 35 9B AC 45 A 0 21 BD 35 2C
Octal 65 233 254 105 12 0 41 275 65 54
Binary 110101 10011011 10101100 1000101 1010 0 100001 10111101 110101 101100

Color Harmonies of #359BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BAC

Black with #359BAC

Text Example


Text Example

White with #359BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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