#368CBE

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

Shades of Curious Blue #368CBE

Tints of Curious Blue #368CBE

Color information

#368CBE (or 0x368CBE) is unknown color: approx Curious Blue. HEX triplet: 36, 8C and BE. RGB value is (54,140,190). Sum of RGB (Red+Green+Blue) = 54+140+190=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #368CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368CBE is #C97341. Grayscale: #777777. Windows color (decimal): -13202242 or 12487734. OLE color: 12487734.

HSL color Cylindrical-coordinate representation of color #368CBE: hue angle of 202.06º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #368CBE is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54140190-
CMYK0.720.2600.25
HSL202.06º55.74%47.84%-
HSV(B)202.06º71.58%74.51%-
XYZ20.1923.2652.14-
YUV119.99167.5180.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.06%
GREEN value IS 140 (55.08% from 255) = 36.46%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=14.06%
G=36.46%
B=49.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541401900.720.2600.25202.0655.7447.84
Hex368CBE481A019ca3830
Octal66214276110320313127060
Binary110110100011001011111010010001101001100111001010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,140,190); }

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

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

 a { background-color: rgb(54,140,190); }

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

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

 span { border-color: rgb(54,140,190); }

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