#369EB7

Color #369EB7 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #369EB7

Tints of Pelorous #369EB7

Color information

#369EB7 (or 0x369EB7) is unknown color: approx Pelorous. HEX triplet: 36, 9E and B7. RGB value is (54,158,183). Sum of RGB (Red+Green+Blue) = 54+158+183=395 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.67% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #369EB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369EB7 is #C96148. Grayscale: #818181. Windows color (decimal): -13197641 or 12033590. OLE color: 12033590.

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

Color convert

RGB54158183-
CMYK0.700.1400.28
HSL191.63º54.43%46.47%-
HSV(B)191.63º70.49%71.76%-
XYZ22.328.6649.16-
YUV129.75158.0473.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.67%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 183 (71.88% from 255) = 46.33%
R=13.67%
G=40%
B=46.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal541581830.700.1400.28191.6354.4346.47
Hex369EB746E01Cc0362e
Octal66236267106160343006656
Binary11011010011110101101111000110111001110011000000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #369EB7;
 }
 .AnyTagClassName
 {
   color: #369EB7;
 }
</style>
background-color css

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

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

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

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

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

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