#368FBE

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

Shades of Curious Blue #368FBE

Tints of Curious Blue #368FBE

Color information

#368FBE (or 0x368FBE) is unknown color: approx Curious Blue. HEX triplet: 36, 8F and BE. RGB value is (54,143,190). Sum of RGB (Red+Green+Blue) = 54+143+190=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #368FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368FBE is #C97041. Grayscale: #797979. Windows color (decimal): -13201474 or 12488502. OLE color: 12488502.

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

Color convert

RGB54143190-
CMYK0.720.2500.25
HSL200.74º55.74%47.84%-
HSV(B)200.74º71.58%74.51%-
XYZ20.6424.1552.29-
YUV121.75166.5179.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.95%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=13.95%
G=36.95%
B=49.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541431900.720.2500.25200.7455.7447.84
Hex368FBE4819019c93830
Octal66217276110310313117060
Binary110110100011111011111010010001100101100111001001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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