Html Css Color HEX #359CBE Pelorous

📋 copy color: '#359CBE'

red 53 ◦ green 156 ◦ blue 190

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

Shades of Pelorous #359CBE

Tints of Pelorous #359CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.1%

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 13.28%
G = 39.1%
B = 47.62%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#359CBE (or 0x359CBE) is known color: Pelorous. HEX triplet: 35, 9C and BE. RGB value is (53,156,190). Sum of RGB (Red+Green+Blue) = 53+156+190=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #359CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CBE is #CA6341. Grayscale: #808080. Windows color (decimal): -13263682 or 12491829. OLE color: 12491829.

HSL color Cylindrical-coordinate representation of color #359CBE: hue angle of 194.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #359CBE is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 156 190 -
CMYK 0.72 0.18 0 0.25
HSL 194.89º 0.56% 0.48% -
HSV(B) 194.89º 0.72% 0.75% -
XYZ 22.65 28.25 52.97 -
YUV 129.08 162.38 73.74 -
System Red Green Blue C M Y K H S L
Decimal 53 156 190 0.72 0.18 0 0.25 194.89 0.56 0.48
Hex 35 9C BE 48 12 0 19 C3 38 30
Octal 65 234 276 110 22 0 31 303 70 60
Binary 110101 10011100 10111110 1001000 10010 0 11001 11000011 111000 110000

Color Harmonies of #359CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CBE

Black with #359CBE

Text Example


Text Example

White with #359CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,156,190); }

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

background-color css

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

 a { background-color: rgb(53,156,190); }

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

border-color css

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

 span { border-color: rgb(53,156,190); }

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