Html Css Color HEX #346BBF Cerulean Blue

📋 copy color: '#346BBF'

red 52 ◦ green 107 ◦ blue 191

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

Shades of Cerulean Blue #346BBF

Tints of Cerulean Blue #346BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

 BLUE value IS 191 (75% from 255) = 54.57%

R = 14.86%
G = 30.57%
B = 54.57%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#346BBF (or 0x346BBF) is known color: Cerulean Blue. HEX triplet: 34, 6B and BF. RGB value is (52,107,191). Sum of RGB (Red+Green+Blue) = 52+107+191=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #346BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BBF is #CB9440. Grayscale: #636363. Windows color (decimal): -13341761 or 12544820. OLE color: 12544820.

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

Color convert

RGB 52 107 191 -
CMYK 0.73 0.44 0 0.25
HSL 216.26º 0.57% 0.48% -
HSV(B) 216.26º 0.73% 0.75% -
XYZ 16.08 15.01 51.34 -
YUV 100.13 179.28 93.67 -
System Red Green Blue C M Y K H S L
Decimal 52 107 191 0.73 0.44 0 0.25 216.26 0.57 0.48
Hex 34 6B BF 49 2C 0 19 D8 39 30
Octal 64 153 277 111 54 0 31 330 71 60
Binary 110100 1101011 10111111 1001001 101100 0 11001 11011000 111001 110000

Color Harmonies of #346BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BBF

Black with #346BBF

Text Example


Text Example

White with #346BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,107,191); }

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

background-color css

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

 a { background-color: rgb(52,107,191); }

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

border-color css

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

 span { border-color: rgb(52,107,191); }

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