Html Css Color HEX #346ABC Cerulean Blue

📋 copy color: '#346ABC'

red 52 ◦ green 106 ◦ blue 188

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

Shades of Cerulean Blue #346ABC

Tints of Cerulean Blue #346ABC

RGB

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

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

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

R = 15.03%
G = 30.64%
B = 54.34%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#346ABC (or 0x346ABC) is known color: Cerulean Blue. HEX triplet: 34, 6A and BC. RGB value is (52,106,188). Sum of RGB (Red+Green+Blue) = 52+106+188=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #346ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ABC is #CB9543. Grayscale: #626262. Windows color (decimal): -13342020 or 12347956. OLE color: 12347956.

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

Color convert

RGB 52 106 188 -
CMYK 0.72 0.44 0 0.26
HSL 216.18º 0.57% 0.47% -
HSV(B) 216.18º 0.72% 0.74% -
XYZ 15.65 14.67 49.58 -
YUV 99.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 52 106 188 0.72 0.44 0 0.26 216.18 0.57 0.47
Hex 34 6A BC 48 2C 0 1A D8 39 2F
Octal 64 152 274 110 54 0 32 330 71 57
Binary 110100 1101010 10111100 1001000 101100 0 11010 11011000 111001 101111

Color Harmonies of #346ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346ABC

Black with #346ABC

Text Example


Text Example

White with #346ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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