#369BAD

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

Shades of Pelorous #369BAD

Tints of Pelorous #369BAD

Color information

#369BAD (or 0x369BAD) is unknown color: approx Pelorous. HEX triplet: 36, 9B and AD. RGB value is (54,155,173). Sum of RGB (Red+Green+Blue) = 54+155+173=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #369BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369BAD is #C96452. Grayscale: #7E7E7E. Windows color (decimal): -13198419 or 11377462. OLE color: 11377462.

HSL color Cylindrical-coordinate representation of color #369BAD: hue angle of 189.08º 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 #369BAD is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB54155173-
CMYK0.690.1000.32
HSL189.08º52.42%44.51%-
HSV(B)189.08º68.79%67.84%-
XYZ20.7927.2443.7-
YUV126.85154.0476.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.14%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=14.14%
G=40.58%
B=45.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541551730.690.1000.32189.0852.4244.51
Hex369BAD45A020bd342d
Octal66233255105120402756455
Binary110110100110111010110110001011010010000010111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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