Html Css Color HEX #359DBB Pelorous

📋 copy color: '#359DBB'

red 53 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #359DBB

Tints of Pelorous #359DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.55%

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 13.35%
G = 39.55%
B = 47.1%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#359DBB (or 0x359DBB) is known color: Pelorous. HEX triplet: 35, 9D and BB. RGB value is (53,157,187). Sum of RGB (Red+Green+Blue) = 53+157+187=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #359DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DBB is #CA6244. Grayscale: #818181. Windows color (decimal): -13263429 or 12295477. OLE color: 12295477.

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

Color convert

RGB 53 157 187 -
CMYK 0.72 0.16 0 0.27
HSL 193.43º 0.56% 0.47% -
HSV(B) 193.43º 0.72% 0.73% -
XYZ 22.49 28.46 51.32 -
YUV 129.32 160.54 73.56 -
System Red Green Blue C M Y K H S L
Decimal 53 157 187 0.72 0.16 0 0.27 193.43 0.56 0.47
Hex 35 9D BB 48 10 0 1B C1 38 2F
Octal 65 235 273 110 20 0 33 301 70 57
Binary 110101 10011101 10111011 1001000 10000 0 11011 11000001 111000 101111

Color Harmonies of #359DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DBB

Black with #359DBB

Text Example


Text Example

White with #359DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,157,187); }

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

background-color css

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

 a { background-color: rgb(53,157,187); }

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

border-color css

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

 span { border-color: rgb(53,157,187); }

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