Html Css Color HEX #346ABB Cerulean Blue

📋 copy color: '#346ABB'

red 52 ◦ green 106 ◦ blue 187

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

Shades of Cerulean Blue #346ABB

Tints of Cerulean Blue #346ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

 BLUE value IS 187 (73.44% from 255) = 54.2%

R = 15.07%
G = 30.72%
B = 54.2%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#346ABB (or 0x346ABB) is known color: Cerulean Blue. HEX triplet: 34, 6A and BB. RGB value is (52,106,187). Sum of RGB (Red+Green+Blue) = 52+106+187=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #346ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ABB is #CB9544. Grayscale: #626262. Windows color (decimal): -13342021 or 12282420. OLE color: 12282420.

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

Color convert

RGB 52 106 187 -
CMYK 0.72 0.43 0 0.27
HSL 216º 0.56% 0.47% -
HSV(B) 216º 0.72% 0.73% -
XYZ 15.54 14.63 49.02 -
YUV 99.09 177.61 94.41 -
System Red Green Blue C M Y K H S L
Decimal 52 106 187 0.72 0.43 0 0.27 216 0.56 0.47
Hex 34 6A BB 48 2B 0 1B D8 38 2F
Octal 64 152 273 110 53 0 33 330 70 57
Binary 110100 1101010 10111011 1001000 101011 0 11011 11011000 111000 101111

Color Harmonies of #346ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346ABB

Black with #346ABB

Text Example


Text Example

White with #346ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,106,187); }

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

background-color css

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

 a { background-color: rgb(52,106,187); }

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

border-color css

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

 span { border-color: rgb(52,106,187); }

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