#369DAC

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

Shades of Pelorous #369DAC

Tints of Pelorous #369DAC

Color information

#369DAC (or 0x369DAC) is unknown color: approx Pelorous. HEX triplet: 36, 9D and AC. RGB value is (54,157,172). Sum of RGB (Red+Green+Blue) = 54+157+172=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #369DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369DAC is #C96253. Grayscale: #7F7F7F. Windows color (decimal): -13197908 or 11312438. OLE color: 11312438.

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

Color convert

RGB54157172-
CMYK0.690.0900.33
HSL187.63º52.21%44.31%-
HSV(B)187.63º68.6%67.45%-
XYZ21.0227.8843.3-
YUV127.91152.8875.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.10%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=14.10%
G=40.99%
B=44.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541571720.690.0900.33187.6352.2144.31
Hex369DAC459021bc342c
Octal66235254105110412746454
Binary110110100111011010110010001011001010000110111100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,157,172); }

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

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

 a { background-color: rgb(54,157,172); }

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

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

 span { border-color: rgb(54,157,172); }

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