#368BBA

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

Shades of Curious Blue #368BBA

Tints of Curious Blue #368BBA

Color information

#368BBA (or 0x368BBA) is unknown color: approx Curious Blue. HEX triplet: 36, 8B and BA. RGB value is (54,139,186). Sum of RGB (Red+Green+Blue) = 54+139+186=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #368BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BBA is #C97445. Grayscale: #767676. Windows color (decimal): -13202502 or 12225334. OLE color: 12225334.

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

Color convert

RGB54139186-
CMYK0.710.2500.27
HSL201.36º55%47.06%-
HSV(B)201.36º70.97%72.94%-
XYZ19.6222.7949.82-
YUV118.94165.8481.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.25%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=14.25%
G=36.68%
B=49.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal541391860.710.2500.27201.365547.06
Hex368BBA471901Bc9372f
Octal66213272107310333116757
Binary110110100010111011101010001111100101101111001001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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