#369EBA

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

Shades of Pelorous #369EBA

Tints of Pelorous #369EBA

Color information

#369EBA (or 0x369EBA) is unknown color: approx Pelorous. HEX triplet: 36, 9E and BA. RGB value is (54,158,186). Sum of RGB (Red+Green+Blue) = 54+158+186=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #369EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369EBA is #C96145. Grayscale: #818181. Windows color (decimal): -13197638 or 12230198. OLE color: 12230198.

HSL color Cylindrical-coordinate representation of color #369EBA: hue angle of 192.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #369EBA is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB54158186-
CMYK0.710.1500.27
HSL192.73º55%47.06%-
HSV(B)192.73º70.97%72.94%-
XYZ22.6128.7850.82-
YUV130.1159.5473.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.57%
GREEN value IS 158 (62.11% from 255) = 39.70%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=13.57%
G=39.70%
B=46.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal541581860.710.1500.27192.735547.06
Hex369EBA47F01Bc1372f
Octal66236272107170333016757
Binary11011010011110101110101000111111101101111000001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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