Html Css Color HEX #346EBA Curious Blue

📋 copy color: '#346EBA'

red 52 ◦ green 110 ◦ blue 186

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

Shades of Curious Blue #346EBA

Tints of Curious Blue #346EBA

RGB

 RED value IS 52 (20.7% 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 value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#346EBA (or 0x346EBA) is known color: 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

RGB 52 110 186 -
CMYK 0.72 0.41 0 0.27
HSL 214.03º 0.56% 0.47% -
HSV(B) 214.03º 0.72% 0.73% -
XYZ 15.86 15.43 48.6 -
YUV 101.32 175.78 92.82 -
System Red Green Blue C M Y K H S L
Decimal 52 110 186 0.72 0.41 0 0.27 214.03 0.56 0.47
Hex 34 6E BA 48 29 0 1B D6 38 2F
Octal 64 156 272 110 51 0 33 326 70 57
Binary 110100 1101110 10111010 1001000 101001 0 11011 11010110 111000 101111

Color Harmonies of #346EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EBA

Black with #346EBA

Text Example


Text Example

White with #346EBA

Text Example


Text Example

HTML Codes & Css Web 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>