#369FBD

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

Shades of Pelorous #369FBD

Tints of Pelorous #369FBD

Color information

#369FBD (or 0x369FBD) is unknown color: approx Pelorous. HEX triplet: 36, 9F and BD. RGB value is (54,159,189). Sum of RGB (Red+Green+Blue) = 54+159+189=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #369FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369FBD is #C96042. Grayscale: #828282. Windows color (decimal): -13197379 or 12427062. OLE color: 12427062.

HSL color Cylindrical-coordinate representation of color #369FBD: hue angle of 193.33º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #369FBD is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB54159189-
CMYK0.710.1600.26
HSL193.33º55.56%47.65%-
HSV(B)193.33º71.43%74.12%-
XYZ23.129.2552.57-
YUV131.02160.7173.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.43%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=13.43%
G=39.55%
B=47.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal541591890.710.1600.26193.3355.5647.65
Hex369FBD471001Ac13830
Octal66237275107200323017060
Binary110110100111111011110110001111000001101011000001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,159,189); }

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

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

 a { background-color: rgb(54,159,189); }

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

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

 span { border-color: rgb(54,159,189); }

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