Html Css Color HEX #369EB6 Pelorous

📋 copy color: '#369EB6'

red 54 ◦ green 158 ◦ blue 182

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

Shades of Pelorous #369EB6

Tints of Pelorous #369EB6

RGB

 RED value IS 54 (21.48% from 255) = 13.71%

 GREEN value IS 158 (62.11% from 255) = 40.1%

 BLUE value IS 182 (71.48% from 255) = 46.19%

R = 13.71%
G = 40.1%
B = 46.19%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#369EB6 (or 0x369EB6) is known color: Pelorous. HEX triplet: 36, 9E and B6. RGB value is (54,158,182). Sum of RGB (Red+Green+Blue) = 54+158+182=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #369EB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369EB6 is #C96149. Grayscale: #818181. Windows color (decimal): -13197642 or 11968054. OLE color: 11968054.

HSL color Cylindrical-coordinate representation of color #369EB6: hue angle of 191.25º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #369EB6 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 54 158 182 -
CMYK 0.70 0.13 0 0.29
HSL 191.25º 0.54% 0.46% -
HSV(B) 191.25º 0.7% 0.71% -
XYZ 22.19 28.62 48.61 -
YUV 129.64 157.54 74.05 -
System Red Green Blue C M Y K H S L
Decimal 54 158 182 0.70 0.13 0 0.29 191.25 0.54 0.46
Hex 36 9E B6 46 D 0 1D BF 36 2E
Octal 66 236 266 106 15 0 35 277 66 56
Binary 110110 10011110 10110110 1000110 1101 0 11101 10111111 110110 101110

Color Harmonies of #369EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369EB6

Black with #369EB6

Text Example


Text Example

White with #369EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369EB6; }

 p { color: rgb(54,158,182); }

 H1.HeaderClassName
 {
   color: #369EB6;
 }
 .AnyTagClassName
 {
   color: #369EB6;
 }
</style>

background-color css

<style>
 a { background-color: #369EB6; }

 a { background-color: rgb(54,158,182); }

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

border-color css

<style>
 span { border-color: #369EB6; }

 span { border-color: rgb(54,158,182); }

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