Html Css Color HEX #359BB3 Pelorous

📋 copy color: '#359BB3'

red 53 ◦ green 155 ◦ blue 179

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

Shades of Pelorous #359BB3

Tints of Pelorous #359BB3

RGB

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

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

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

R = 13.7%
G = 40.05%
B = 46.25%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#359BB3 (or 0x359BB3) is known color: Pelorous. HEX triplet: 35, 9B and B3. RGB value is (53,155,179). Sum of RGB (Red+Green+Blue) = 53+155+179=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #359BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BB3 is #CA644C. Grayscale: #7F7F7F. Windows color (decimal): -13263949 or 11770677. OLE color: 11770677.

HSL color Cylindrical-coordinate representation of color #359BB3: hue angle of 191.43º 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 #359BB3 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 53 155 179 -
CMYK 0.70 0.13 0 0.30
HSL 191.43º 0.54% 0.45% -
HSV(B) 191.43º 0.7% 0.7% -
XYZ 21.33 27.45 46.82 -
YUV 127.24 157.21 75.05 -
System Red Green Blue C M Y K H S L
Decimal 53 155 179 0.70 0.13 0 0.30 191.43 0.54 0.45
Hex 35 9B B3 46 D 0 1E BF 36 2D
Octal 65 233 263 106 15 0 36 277 66 55
Binary 110101 10011011 10110011 1000110 1101 0 11110 10111111 110110 101101

Color Harmonies of #359BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BB3

Black with #359BB3

Text Example


Text Example

White with #359BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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