Html Css Color HEX #359AB3 Pelorous

📋 copy color: '#359AB3'

red 53 ◦ green 154 ◦ blue 179

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

Shades of Pelorous #359AB3

Tints of Pelorous #359AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.37%

R = 13.73%
G = 39.9%
B = 46.37%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#359AB3 (or 0x359AB3) is known color: Pelorous. HEX triplet: 35, 9A and B3. RGB value is (53,154,179). Sum of RGB (Red+Green+Blue) = 53+154+179=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #359AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359AB3 is #CA654C. Grayscale: #7E7E7E. Windows color (decimal): -13264205 or 11770421. OLE color: 11770421.

HSL color Cylindrical-coordinate representation of color #359AB3: hue angle of 191.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #359AB3 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 53 154 179 -
CMYK 0.70 0.14 0 0.30
HSL 191.9º 0.54% 0.45% -
HSV(B) 191.9º 0.7% 0.7% -
XYZ 21.16 27.12 46.77 -
YUV 126.65 157.54 75.47 -
System Red Green Blue C M Y K H S L
Decimal 53 154 179 0.70 0.14 0 0.30 191.9 0.54 0.45
Hex 35 9A B3 46 E 0 1E C0 36 2D
Octal 65 232 263 106 16 0 36 300 66 55
Binary 110101 10011010 10110011 1000110 1110 0 11110 11000000 110110 101101

Color Harmonies of #359AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359AB3

Black with #359AB3

Text Example


Text Example

White with #359AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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