#369EC7

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

Shades of Pelorous #369EC7

Tints of Pelorous #369EC7

Color information

#369EC7 (or 0x369EC7) is unknown color: approx Pelorous. HEX triplet: 36, 9E and C7. RGB value is (54,158,199). Sum of RGB (Red+Green+Blue) = 54+158+199=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 199 - color contains mainly: blue. Hex color #369EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369EC7 is #C96138. Grayscale: #838383. Windows color (decimal): -13197625 or 13082166. OLE color: 13082166.

HSL color Cylindrical-coordinate representation of color #369EC7: hue angle of 196.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #369EC7 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB54158199-
CMYK0.730.2100.22
HSL196.97º57.31%49.61%-
HSV(B)196.97º72.86%78.04%-
XYZ24.0629.3658.43-
YUV131.58166.0472.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.14%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 199 (78.12% from 255) = 48.42%
R=13.14%
G=38.44%
B=48.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal541581990.730.2100.22196.9757.3149.61
Hex369EC74915016c53932
Octal66236307111250263057162
Binary110110100111101100011110010011010101011011000101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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