Html Css Color HEX #359CC5 Pelorous

📋 copy color: '#359CC5'

red 53 ◦ green 156 ◦ blue 197

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

Shades of Pelorous #359CC5

Tints of Pelorous #359CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.52%

R = 13.05%
G = 38.42%
B = 48.52%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#359CC5 (or 0x359CC5) is known color: Pelorous. HEX triplet: 35, 9C and C5. RGB value is (53,156,197). Sum of RGB (Red+Green+Blue) = 53+156+197=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #359CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CC5 is #CA633A. Grayscale: #818181. Windows color (decimal): -13263675 or 12950581. OLE color: 12950581.

HSL color Cylindrical-coordinate representation of color #359CC5: hue angle of 197.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #359CC5 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 53 156 197 -
CMYK 0.73 0.21 0 0.23
HSL 197.08º 0.58% 0.49% -
HSV(B) 197.08º 0.73% 0.77% -
XYZ 23.43 28.57 57.1 -
YUV 129.88 165.88 73.17 -
System Red Green Blue C M Y K H S L
Decimal 53 156 197 0.73 0.21 0 0.23 197.08 0.58 0.49
Hex 35 9C C5 49 15 0 17 C5 3A 31
Octal 65 234 305 111 25 0 27 305 72 61
Binary 110101 10011100 11000101 1001001 10101 0 10111 11000101 111010 110001

Color Harmonies of #359CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CC5

Black with #359CC5

Text Example


Text Example

White with #359CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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