Html Css Color HEX #346FC6 Curious Blue

📋 copy color: '#346FC6'

red 52 ◦ green 111 ◦ blue 198

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

Shades of Curious Blue #346FC6

Tints of Curious Blue #346FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.85%

R = 14.4%
G = 30.75%
B = 54.85%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#346FC6 (or 0x346FC6) is known color: Curious Blue. HEX triplet: 34, 6F and C6. RGB value is (52,111,198). Sum of RGB (Red+Green+Blue) = 52+111+198=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #346FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FC6 is #CB9039. Grayscale: #666666. Windows color (decimal): -13340730 or 13004596. OLE color: 13004596.

HSL color Cylindrical-coordinate representation of color #346FC6: hue angle of 215.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #346FC6 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 111 198 -
CMYK 0.74 0.44 0 0.22
HSL 215.75º 0.58% 0.49% -
HSV(B) 215.75º 0.74% 0.78% -
XYZ 17.29 16.18 55.64 -
YUV 103.28 181.45 91.43 -
System Red Green Blue C M Y K H S L
Decimal 52 111 198 0.74 0.44 0 0.22 215.75 0.58 0.49
Hex 34 6F C6 4A 2C 0 16 D8 3A 31
Octal 64 157 306 112 54 0 26 330 72 61
Binary 110100 1101111 11000110 1001010 101100 0 10110 11011000 111010 110001

Color Harmonies of #346FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FC6

Black with #346FC6

Text Example


Text Example

White with #346FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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