#369FAA

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

Shades of Pelorous #369FAA

Tints of Pelorous #369FAA

Color information

#369FAA (or 0x369FAA) is unknown color: approx Pelorous. HEX triplet: 36, 9F and AA. RGB value is (54,159,170). Sum of RGB (Red+Green+Blue) = 54+159+170=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #369FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369FAA is #C96055. Grayscale: #808080. Windows color (decimal): -13197398 or 11181878. OLE color: 11181878.

HSL color Cylindrical-coordinate representation of color #369FAA: hue angle of 185.69º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #369FAA is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54159170-
CMYK0.680.0600.33
HSL185.69º51.79%43.92%-
HSV(B)185.69º68.24%66.67%-
XYZ21.1828.4842.41-
YUV128.86151.2174.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.10%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=14.10%
G=41.51%
B=44.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541591700.680.0600.33185.6951.7943.92
Hex369FAA446021ba342c
Octal6623725210460412726454
Binary11011010011111101010101000100110010000110111010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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