#368BDB

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

Shades of Curious Blue #368BDB

Tints of Curious Blue #368BDB

Color information

#368BDB (or 0x368BDB) is unknown color: approx Curious Blue. HEX triplet: 36, 8B and DB. RGB value is (54,139,219). Sum of RGB (Red+Green+Blue) = 54+139+219=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #368BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BDB is #C97424. Grayscale: #7A7A7A. Windows color (decimal): -13202469 or 14388022. OLE color: 14388022.

HSL color Cylindrical-coordinate representation of color #368BDB: hue angle of 209.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #368BDB is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB54139219-
CMYK0.750.3700.14
HSL209.09º69.62%53.53%-
HSV(B)209.09º75.34%85.88%-
XYZ23.5424.3670.48-
YUV122.7182.3479-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.11%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 219 (85.94% from 255) = 53.16%
R=13.11%
G=33.74%
B=53.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal541392190.750.3700.14209.0969.6253.53
Hex368BDB4B250Ed14636
Octal662133331134501632110666
Binary1101101000101111011011100101110010101110110100011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,139,219); }

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

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

 a { background-color: rgb(54,139,219); }

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

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

 span { border-color: rgb(54,139,219); }

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