Html Css Color HEX #346DC6 Cerulean Blue

📋 copy color: '#346DC6'

red 52 ◦ green 109 ◦ blue 198

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

Shades of Cerulean Blue #346DC6

Tints of Cerulean Blue #346DC6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.36%

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

R = 14.48%
G = 30.36%
B = 55.15%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#346DC6 (or 0x346DC6) is known color: Cerulean Blue. HEX triplet: 34, 6D and C6. RGB value is (52,109,198). Sum of RGB (Red+Green+Blue) = 52+109+198=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #346DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DC6 is #CB9239. Grayscale: #656565. Windows color (decimal): -13341242 or 13004084. OLE color: 13004084.

HSL color Cylindrical-coordinate representation of color #346DC6: hue angle of 216.58º 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 #346DC6 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 109 198 -
CMYK 0.74 0.45 0 0.22
HSL 216.58º 0.58% 0.49% -
HSV(B) 216.58º 0.74% 0.78% -
XYZ 17.08 15.74 55.56 -
YUV 102.1 182.12 92.26 -
System Red Green Blue C M Y K H S L
Decimal 52 109 198 0.74 0.45 0 0.22 216.58 0.58 0.49
Hex 34 6D C6 4A 2D 0 16 D9 3A 31
Octal 64 155 306 112 55 0 26 331 72 61
Binary 110100 1101101 11000110 1001010 101101 0 10110 11011001 111010 110001

Color Harmonies of #346DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DC6

Black with #346DC6

Text Example


Text Example

White with #346DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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