Html Css Color HEX #359BBC Pelorous

📋 copy color: '#359BBC'

red 53 ◦ green 155 ◦ blue 188

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

Shades of Pelorous #359BBC

Tints of Pelorous #359BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 13.38%
G = 39.14%
B = 47.47%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#359BBC (or 0x359BBC) is known color: Pelorous. HEX triplet: 35, 9B and BC. RGB value is (53,155,188). Sum of RGB (Red+Green+Blue) = 53+155+188=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #359BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BBC is #CA6443. Grayscale: #808080. Windows color (decimal): -13263940 or 12360501. OLE color: 12360501.

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

Color convert

RGB 53 155 188 -
CMYK 0.72 0.18 0 0.26
HSL 194.67º 0.56% 0.47% -
HSV(B) 194.67º 0.72% 0.74% -
XYZ 22.27 27.83 51.78 -
YUV 128.26 161.71 74.32 -
System Red Green Blue C M Y K H S L
Decimal 53 155 188 0.72 0.18 0 0.26 194.67 0.56 0.47
Hex 35 9B BC 48 12 0 1A C3 38 2F
Octal 65 233 274 110 22 0 32 303 70 57
Binary 110101 10011011 10111100 1001000 10010 0 11010 11000011 111000 101111

Color Harmonies of #359BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BBC

Black with #359BBC

Text Example


Text Example

White with #359BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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