Html Css Color HEX #359BBE Pelorous

📋 copy color: '#359BBE'

red 53 ◦ green 155 ◦ blue 190

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

Shades of Pelorous #359BBE

Tints of Pelorous #359BBE

RGB

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

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

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

R = 13.32%
G = 38.94%
B = 47.74%

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

#359BBE (or 0x359BBE) is known color: Pelorous. HEX triplet: 35, 9B and BE. RGB value is (53,155,190). Sum of RGB (Red+Green+Blue) = 53+155+190=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #359BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BBE is #CA6441. Grayscale: #808080. Windows color (decimal): -13263938 or 12491573. OLE color: 12491573.

HSL color Cylindrical-coordinate representation of color #359BBE: hue angle of 195.33º 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 #359BBE is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 155 190 -
CMYK 0.72 0.18 0 0.25
HSL 195.33º 0.56% 0.48% -
HSV(B) 195.33º 0.72% 0.75% -
XYZ 22.48 27.92 52.92 -
YUV 128.49 162.71 74.15 -
System Red Green Blue C M Y K H S L
Decimal 53 155 190 0.72 0.18 0 0.25 195.33 0.56 0.48
Hex 35 9B BE 48 12 0 19 C3 38 30
Octal 65 233 276 110 22 0 31 303 70 60
Binary 110101 10011011 10111110 1001000 10010 0 11001 11000011 111000 110000

Color Harmonies of #359BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BBE

Black with #359BBE

Text Example


Text Example

White with #359BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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