Html Css Color HEX #346DC1 Cerulean Blue

📋 copy color: '#346DC1'

red 52 ◦ green 109 ◦ blue 193

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

Shades of Cerulean Blue #346DC1

Tints of Cerulean Blue #346DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 54.52%

R = 14.69%
G = 30.79%
B = 54.52%

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

#346DC1 (or 0x346DC1) is known color: Cerulean Blue. HEX triplet: 34, 6D and C1. RGB value is (52,109,193). Sum of RGB (Red+Green+Blue) = 52+109+193=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #346DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DC1 is #CB923E. Grayscale: #656565. Windows color (decimal): -13341247 or 12676404. OLE color: 12676404.

HSL color Cylindrical-coordinate representation of color #346DC1: hue angle of 215.74º 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 #346DC1 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 109 193 -
CMYK 0.73 0.44 0 0.24
HSL 215.74º 0.58% 0.48% -
HSV(B) 215.74º 0.73% 0.76% -
XYZ 16.51 15.52 52.58 -
YUV 101.53 179.62 92.67 -
System Red Green Blue C M Y K H S L
Decimal 52 109 193 0.73 0.44 0 0.24 215.74 0.58 0.48
Hex 34 6D C1 49 2C 0 18 D8 3A 30
Octal 64 155 301 111 54 0 30 330 72 60
Binary 110100 1101101 11000001 1001001 101100 0 11000 11011000 111010 110000

Color Harmonies of #346DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DC1

Black with #346DC1

Text Example


Text Example

White with #346DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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