#369AAD

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

Shades of Pelorous #369AAD

Tints of Pelorous #369AAD

Color information

#369AAD (or 0x369AAD) is unknown color: approx Pelorous. HEX triplet: 36, 9A and AD. RGB value is (54,154,173). Sum of RGB (Red+Green+Blue) = 54+154+173=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #369AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369AAD is #C96552. Grayscale: #7E7E7E. Windows color (decimal): -13198675 or 11377206. OLE color: 11377206.

HSL color Cylindrical-coordinate representation of color #369AAD: hue angle of 189.58º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #369AAD is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB54154173-
CMYK0.690.1100.32
HSL189.58º52.42%44.51%-
HSV(B)189.58º68.79%67.84%-
XYZ20.6226.9143.64-
YUV126.27154.3776.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.17%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=14.17%
G=40.42%
B=45.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541541730.690.1100.32189.5852.4244.51
Hex369AAD45B020be342d
Octal66232255105130402766455
Binary110110100110101010110110001011011010000010111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,154,173); }

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

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

 a { background-color: rgb(54,154,173); }

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

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

 span { border-color: rgb(54,154,173); }

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