Html Css Color HEX #346BBC Cerulean Blue

📋 copy color: '#346BBC'

red 52 ◦ green 107 ◦ blue 188

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

Shades of Cerulean Blue #346BBC

Tints of Cerulean Blue #346BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 14.99%
G = 30.84%
B = 54.18%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#346BBC (or 0x346BBC) is known color: Cerulean Blue. HEX triplet: 34, 6B and BC. RGB value is (52,107,188). Sum of RGB (Red+Green+Blue) = 52+107+188=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #346BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BBC is #CB9443. Grayscale: #636363. Windows color (decimal): -13341764 or 12348212. OLE color: 12348212.

HSL color Cylindrical-coordinate representation of color #346BBC: hue angle of 215.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346BBC is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 107 188 -
CMYK 0.72 0.43 0 0.26
HSL 215.74º 0.57% 0.47% -
HSV(B) 215.74º 0.72% 0.74% -
XYZ 15.75 14.88 49.62 -
YUV 99.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 52 107 188 0.72 0.43 0 0.26 215.74 0.57 0.47
Hex 34 6B BC 48 2B 0 1A D8 39 2F
Octal 64 153 274 110 53 0 32 330 71 57
Binary 110100 1101011 10111100 1001000 101011 0 11010 11011000 111001 101111

Color Harmonies of #346BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BBC

Black with #346BBC

Text Example


Text Example

White with #346BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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