Html Css Color HEX #359CBB Pelorous

📋 copy color: '#359CBB'

red 53 ◦ green 156 ◦ blue 187

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

Shades of Pelorous #359CBB

Tints of Pelorous #359CBB

RGB

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

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

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

R = 13.38%
G = 39.39%
B = 47.22%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#359CBB (or 0x359CBB) is known color: Pelorous. HEX triplet: 35, 9C and BB. RGB value is (53,156,187). Sum of RGB (Red+Green+Blue) = 53+156+187=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #359CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CBB is #CA6344. Grayscale: #808080. Windows color (decimal): -13263685 or 12295221. OLE color: 12295221.

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

Color convert

RGB 53 156 187 -
CMYK 0.72 0.17 0 0.27
HSL 193.88º 0.56% 0.47% -
HSV(B) 193.88º 0.72% 0.73% -
XYZ 22.33 28.12 51.27 -
YUV 128.74 160.88 73.98 -
System Red Green Blue C M Y K H S L
Decimal 53 156 187 0.72 0.17 0 0.27 193.88 0.56 0.47
Hex 35 9C BB 48 11 0 1B C2 38 2F
Octal 65 234 273 110 21 0 33 302 70 57
Binary 110101 10011100 10111011 1001000 10001 0 11011 11000010 111000 101111

Color Harmonies of #359CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CBB

Black with #359CBB

Text Example


Text Example

White with #359CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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