Html Css Color HEX #346EC5 Curious Blue

📋 copy color: '#346EC5'

red 52 ◦ green 110 ◦ blue 197

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

Shades of Curious Blue #346EC5

Tints of Curious Blue #346EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 54.87%

R = 14.48%
G = 30.64%
B = 54.87%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#346EC5 (or 0x346EC5) is known color: Curious Blue. HEX triplet: 34, 6E and C5. RGB value is (52,110,197). Sum of RGB (Red+Green+Blue) = 52+110+197=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #346EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346EC5 is #CB913A. Grayscale: #666666. Windows color (decimal): -13340987 or 12938804. OLE color: 12938804.

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

Color convert

RGB 52 110 197 -
CMYK 0.74 0.44 0 0.23
HSL 216º 0.58% 0.49% -
HSV(B) 216º 0.74% 0.77% -
XYZ 17.07 15.91 55 -
YUV 102.58 181.28 91.93 -
System Red Green Blue C M Y K H S L
Decimal 52 110 197 0.74 0.44 0 0.23 216 0.58 0.49
Hex 34 6E C5 4A 2C 0 17 D8 3A 31
Octal 64 156 305 112 54 0 27 330 72 61
Binary 110100 1101110 11000101 1001010 101100 0 10111 11011000 111010 110001

Color Harmonies of #346EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EC5

Black with #346EC5

Text Example


Text Example

White with #346EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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