Html Css Color HEX #346EC3 Curious Blue

📋 copy color: '#346EC3'

red 52 ◦ green 110 ◦ blue 195

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

Shades of Curious Blue #346EC3

Tints of Curious Blue #346EC3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.81%

 BLUE value IS 195 (76.56% from 255) = 54.62%

R = 14.57%
G = 30.81%
B = 54.62%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#346EC3 (or 0x346EC3) is known color: Curious Blue. HEX triplet: 34, 6E and C3. RGB value is (52,110,195). Sum of RGB (Red+Green+Blue) = 52+110+195=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 195 (76.56% from 255 or 54.62% from 357); Max value from RGB is 195 - color contains mainly: blue. Hex color #346EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346EC3 is #CB913C. Grayscale: #656565. Windows color (decimal): -13340989 or 12807732. OLE color: 12807732.

HSL color Cylindrical-coordinate representation of color #346EC3: hue angle of 215.66º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #346EC3 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 110 195 -
CMYK 0.73 0.44 0 0.24
HSL 215.66º 0.58% 0.48% -
HSV(B) 215.66º 0.73% 0.76% -
XYZ 16.84 15.82 53.8 -
YUV 102.35 180.28 92.09 -
System Red Green Blue C M Y K H S L
Decimal 52 110 195 0.73 0.44 0 0.24 215.66 0.58 0.48
Hex 34 6E C3 49 2C 0 18 D8 3A 30
Octal 64 156 303 111 54 0 30 330 72 60
Binary 110100 1101110 11000011 1001001 101100 0 11000 11011000 111010 110000

Color Harmonies of #346EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EC3

Black with #346EC3

Text Example


Text Example

White with #346EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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