#368EC4

Color #368EC4 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #368EC4

Tints of Curious Blue #368EC4

Color information

#368EC4 (or 0x368EC4) is unknown color: approx Curious Blue. HEX triplet: 36, 8E and C4. RGB value is (54,142,196). Sum of RGB (Red+Green+Blue) = 54+142+196=392 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.78% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #368EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368EC4 is #C9713B. Grayscale: #797979. Windows color (decimal): -13201724 or 12881462. OLE color: 12881462.

HSL color Cylindrical-coordinate representation of color #368EC4: hue angle of 202.82º 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 #368EC4 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB54142196-
CMYK0.720.2800.23
HSL202.82º56.8%49.02%-
HSV(B)202.82º72.45%76.86%-
XYZ21.1624.1255.76-
YUV121.84169.8579.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.78%
GREEN value IS 142 (55.86% from 255) = 36.22%
BLUE value IS 196 (76.95% from 255) = 50%
R=13.78%
G=36.22%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal541421960.720.2800.23202.8256.849.02
Hex368EC4481C017cb3931
Octal66216304110340273137161
Binary110110100011101100010010010001110001011111001011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368EC4; }

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

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

<style>
 a { background-color: #368EC4; }

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

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

<style>
 span { border-color: #368EC4; }

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

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