Html Css Color HEX #359EBA Pelorous

📋 copy color: '#359EBA'

red 53 ◦ green 158 ◦ blue 186

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

Shades of Pelorous #359EBA

Tints of Pelorous #359EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 13.35%
G = 39.8%
B = 46.85%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#359EBA (or 0x359EBA) is known color: Pelorous. HEX triplet: 35, 9E and BA. RGB value is (53,158,186). Sum of RGB (Red+Green+Blue) = 53+158+186=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #359EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359EBA is #CA6145. Grayscale: #818181. Windows color (decimal): -13263174 or 12230197. OLE color: 12230197.

HSL color Cylindrical-coordinate representation of color #359EBA: hue angle of 192.63º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #359EBA is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 158 186 -
CMYK 0.72 0.15 0 0.27
HSL 192.63º 0.56% 0.47% -
HSV(B) 192.63º 0.72% 0.73% -
XYZ 22.56 28.76 50.82 -
YUV 129.8 159.71 73.22 -
System Red Green Blue C M Y K H S L
Decimal 53 158 186 0.72 0.15 0 0.27 192.63 0.56 0.47
Hex 35 9E BA 48 F 0 1B C1 38 2F
Octal 65 236 272 110 17 0 33 301 70 57
Binary 110101 10011110 10111010 1001000 1111 0 11011 11000001 111000 101111

Color Harmonies of #359EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359EBA

Black with #359EBA

Text Example


Text Example

White with #359EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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