#368FCA

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

Shades of Curious Blue #368FCA

Tints of Curious Blue #368FCA

Color information

#368FCA (or 0x368FCA) is unknown color: approx Curious Blue. HEX triplet: 36, 8F and CA. RGB value is (54,143,202). Sum of RGB (Red+Green+Blue) = 54+143+202=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #368FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368FCA is #C97035. Grayscale: #7A7A7A. Windows color (decimal): -13201462 or 13274934. OLE color: 13274934.

HSL color Cylindrical-coordinate representation of color #368FCA: hue angle of 203.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #368FCA is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB54143202-
CMYK0.730.2900.21
HSL203.92º58.27%50.2%-
HSV(B)203.92º73.27%79.22%-
XYZ2224.6959.48-
YUV123.12172.5178.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.53%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=13.53%
G=35.84%
B=50.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal541432020.730.2900.21203.9258.2750.2
Hex368FCA491D015cc3a32
Octal66217312111350253147262
Binary110110100011111100101010010011110101010111001100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,143,202); }

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

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

 a { background-color: rgb(54,143,202); }

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

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

 span { border-color: rgb(54,143,202); }

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