Html Css Color HEX #346CBC Cerulean Blue

📋 copy color: '#346CBC'

red 52 ◦ green 108 ◦ blue 188

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

Shades of Cerulean Blue #346CBC

Tints of Cerulean Blue #346CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 14.94%
G = 31.03%
B = 54.02%

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

#346CBC (or 0x346CBC) is known color: Cerulean Blue. HEX triplet: 34, 6C and BC. RGB value is (52,108,188). Sum of RGB (Red+Green+Blue) = 52+108+188=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #346CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CBC is #CB9343. Grayscale: #646464. Windows color (decimal): -13341508 or 12348468. OLE color: 12348468.

HSL color Cylindrical-coordinate representation of color #346CBC: hue angle of 215.29º 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 #346CBC is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 108 188 -
CMYK 0.72 0.43 0 0.26
HSL 215.29º 0.57% 0.47% -
HSV(B) 215.29º 0.72% 0.74% -
XYZ 15.86 15.09 49.65 -
YUV 100.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 52 108 188 0.72 0.43 0 0.26 215.29 0.57 0.47
Hex 34 6C BC 48 2B 0 1A D7 39 2F
Octal 64 154 274 110 53 0 32 327 71 57
Binary 110100 1101100 10111100 1001000 101011 0 11010 11010111 111001 101111

Color Harmonies of #346CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CBC

Black with #346CBC

Text Example


Text Example

White with #346CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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