Html Css Color HEX #359EAC Pelorous

📋 copy color: '#359EAC'

red 53 ◦ green 158 ◦ blue 172

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

Shades of Pelorous #359EAC

Tints of Pelorous #359EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

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

R = 13.84%
G = 41.25%
B = 44.91%

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

#359EAC (or 0x359EAC) is known color: Pelorous. HEX triplet: 35, 9E and AC. RGB value is (53,158,172). Sum of RGB (Red+Green+Blue) = 53+158+172=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #359EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359EAC is #CA6153. Grayscale: #808080. Windows color (decimal): -13263188 or 11312693. OLE color: 11312693.

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

Color convert

RGB 53 158 172 -
CMYK 0.69 0.08 0 0.33
HSL 187.06º 0.53% 0.44% -
HSV(B) 187.06º 0.69% 0.67% -
XYZ 21.14 28.19 43.36 -
YUV 128.2 152.71 74.36 -
System Red Green Blue C M Y K H S L
Decimal 53 158 172 0.69 0.08 0 0.33 187.06 0.53 0.44
Hex 35 9E AC 45 8 0 21 BB 35 2C
Octal 65 236 254 105 10 0 41 273 65 54
Binary 110101 10011110 10101100 1000101 1000 0 100001 10111011 110101 101100

Color Harmonies of #359EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359EAC

Black with #359EAC

Text Example


Text Example

White with #359EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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