Html Css Color HEX #346FBA Curious Blue

📋 copy color: '#346FBA'

red 52 ◦ green 111 ◦ blue 186

#346FBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #346FBA

Tints of Curious Blue #346FBA

RGB

 RED value IS 52 (20.7% from 255) = 14.9%

 GREEN value IS 111 (43.75% from 255) = 31.81%

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 14.9%
G = 31.81%
B = 53.3%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#346FBA (or 0x346FBA) is known color: Curious Blue. HEX triplet: 34, 6F and BA. RGB value is (52,111,186). Sum of RGB (Red+Green+Blue) = 52+111+186=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #346FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FBA is #CB9045. Grayscale: #656565. Windows color (decimal): -13340742 or 12218164. OLE color: 12218164.

HSL color Cylindrical-coordinate representation of color #346FBA: hue angle of 213.58º 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 #346FBA is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 111 186 -
CMYK 0.72 0.40 0 0.27
HSL 213.58º 0.56% 0.47% -
HSV(B) 213.58º 0.72% 0.73% -
XYZ 15.96 15.64 48.63 -
YUV 101.91 175.45 92.4 -
System Red Green Blue C M Y K H S L
Decimal 52 111 186 0.72 0.40 0 0.27 213.58 0.56 0.47
Hex 34 6F BA 48 28 0 1B D6 38 2F
Octal 64 157 272 110 50 0 33 326 70 57
Binary 110100 1101111 10111010 1001000 101000 0 11011 11010110 111000 101111

Color Harmonies of #346FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FBA

Black with #346FBA

Text Example


Text Example

White with #346FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #346FBA;
 }
 .AnyTagClassName
 {
   color: #346FBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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