Html Css Color HEX #346CBD Cerulean Blue

📋 copy color: '#346CBD'

red 52 ◦ green 108 ◦ blue 189

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

Shades of Cerulean Blue #346CBD

Tints of Cerulean Blue #346CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.15%

R = 14.9%
G = 30.95%
B = 54.15%

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

#346CBD (or 0x346CBD) is known color: Cerulean Blue. HEX triplet: 34, 6C and BD. RGB value is (52,108,189). Sum of RGB (Red+Green+Blue) = 52+108+189=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #346CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CBD is #CB9342. Grayscale: #646464. Windows color (decimal): -13341507 or 12414004. OLE color: 12414004.

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

Color convert

RGB 52 108 189 -
CMYK 0.72 0.43 0 0.26
HSL 215.47º 0.57% 0.47% -
HSV(B) 215.47º 0.72% 0.74% -
XYZ 15.96 15.13 50.22 -
YUV 100.49 177.95 93.41 -
System Red Green Blue C M Y K H S L
Decimal 52 108 189 0.72 0.43 0 0.26 215.47 0.57 0.47
Hex 34 6C BD 48 2B 0 1A D7 39 2F
Octal 64 154 275 110 53 0 32 327 71 57
Binary 110100 1101100 10111101 1001000 101011 0 11010 11010111 111001 101111

Color Harmonies of #346CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CBD

Black with #346CBD

Text Example


Text Example

White with #346CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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