#369AC4

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

Shades of Pelorous #369AC4

Tints of Pelorous #369AC4

Color information

#369AC4 (or 0x369AC4) is unknown color: approx Pelorous. HEX triplet: 36, 9A and C4. RGB value is (54,154,196). Sum of RGB (Red+Green+Blue) = 54+154+196=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #369AC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369AC4 is #C9653B. Grayscale: #808080. Windows color (decimal): -13198652 or 12884534. OLE color: 12884534.

HSL color Cylindrical-coordinate representation of color #369AC4: hue angle of 197.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #369AC4 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB54154196-
CMYK0.720.2100.23
HSL197.75º56.8%49.02%-
HSV(B)197.75º72.45%76.86%-
XYZ23.0427.8856.39-
YUV128.89165.8774.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.37%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 196 (76.95% from 255) = 48.51%
R=13.37%
G=38.12%
B=48.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal541541960.720.2100.23197.7556.849.02
Hex369AC44815017c63931
Octal66232304110250273067161
Binary110110100110101100010010010001010101011111000110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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