#346EBA

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

Shades of Curious Blue #346EBA

Tints of Curious Blue #346EBA

Color information

#346EBA (or 0x346EBA) is unknown color: approx Curious Blue. HEX triplet: 34, 6E and BA. RGB value is (52,110,186). Sum of RGB (Red+Green+Blue) = 52+110+186=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #346EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346EBA is #CB9145. Grayscale: #646464. Windows color (decimal): -13340998 or 12217908. OLE color: 12217908.

HSL color Cylindrical-coordinate representation of color #346EBA: hue angle of 214.03º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346EBA is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52110186-
CMYK0.720.4100.27
HSL214.03º56.3%46.67%-
HSV(B)214.03º72.04%72.94%-
XYZ15.8615.4348.6-
YUV101.32175.7892.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.94%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=14.94%
G=31.61%
B=53.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521101860.720.4100.27214.0356.346.67
Hex346EBA482901Bd6382f
Octal64156272110510333267057
Binary110100110111010111010100100010100101101111010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346EBA; }

 p { color: rgb(52,110,186); }

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

<style>
 a { background-color: #346EBA; }

 a { background-color: rgb(52,110,186); }

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

<style>
 span { border-color: #346EBA; }

 span { border-color: rgb(52,110,186); }

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