Html Css Color HEX #346ABA Cerulean Blue

📋 copy color: '#346ABA'

red 52 ◦ green 106 ◦ blue 186

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

Shades of Cerulean Blue #346ABA

Tints of Cerulean Blue #346ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 15.12%
G = 30.81%
B = 54.07%

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

#346ABA (or 0x346ABA) is known color: Cerulean Blue. HEX triplet: 34, 6A and BA. RGB value is (52,106,186). Sum of RGB (Red+Green+Blue) = 52+106+186=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #346ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ABA is #CB9545. Grayscale: #626262. Windows color (decimal): -13342022 or 12216884. OLE color: 12216884.

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

Color convert

RGB 52 106 186 -
CMYK 0.72 0.43 0 0.27
HSL 215.82º 0.56% 0.47% -
HSV(B) 215.82º 0.72% 0.73% -
XYZ 15.43 14.58 48.46 -
YUV 98.97 177.11 94.5 -
System Red Green Blue C M Y K H S L
Decimal 52 106 186 0.72 0.43 0 0.27 215.82 0.56 0.47
Hex 34 6A BA 48 2B 0 1B D8 38 2F
Octal 64 152 272 110 53 0 33 330 70 57
Binary 110100 1101010 10111010 1001000 101011 0 11011 11011000 111000 101111

Color Harmonies of #346ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346ABA

Black with #346ABA

Text Example


Text Example

White with #346ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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