#368BBC

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

Shades of Curious Blue #368BBC

Tints of Curious Blue #368BBC

Color information

#368BBC (or 0x368BBC) is unknown color: approx Curious Blue. HEX triplet: 36, 8B and BC. RGB value is (54,139,188). Sum of RGB (Red+Green+Blue) = 54+139+188=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #368BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BBC is #C97443. Grayscale: #767676. Windows color (decimal): -13202500 or 12356406. OLE color: 12356406.

HSL color Cylindrical-coordinate representation of color #368BBC: hue angle of 201.94º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #368BBC is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB54139188-
CMYK0.710.2600.26
HSL201.94º55.37%47.45%-
HSV(B)201.94º71.28%73.73%-
XYZ19.8322.8850.95-
YUV119.17166.8481.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.17%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=14.17%
G=36.48%
B=49.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal541391880.710.2600.26201.9455.3747.45
Hex368BBC471A01Aca372f
Octal66213274107320323126757
Binary110110100010111011110010001111101001101011001010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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