Html Css Color HEX #3468BA Cerulean Blue

📋 copy color: '#3468BA'

red 52 ◦ green 104 ◦ blue 186

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

Shades of Cerulean Blue #3468BA

Tints of Cerulean Blue #3468BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

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

R = 15.2%
G = 30.41%
B = 54.39%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3468BA (or 0x3468BA) is known color: Cerulean Blue. HEX triplet: 34, 68 and BA. RGB value is (52,104,186). Sum of RGB (Red+Green+Blue) = 52+104+186=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #3468BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3468BA is #CB9745. Grayscale: #616161. Windows color (decimal): -13342534 or 12216372. OLE color: 12216372.

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

Color convert

RGB 52 104 186 -
CMYK 0.72 0.44 0 0.27
HSL 216.72º 0.56% 0.47% -
HSV(B) 216.72º 0.72% 0.73% -
XYZ 15.23 14.18 48.39 -
YUV 97.8 177.77 95.33 -
System Red Green Blue C M Y K H S L
Decimal 52 104 186 0.72 0.44 0 0.27 216.72 0.56 0.47
Hex 34 68 BA 48 2C 0 1B D9 38 2F
Octal 64 150 272 110 54 0 33 331 70 57
Binary 110100 1101000 10111010 1001000 101100 0 11011 11011001 111000 101111

Color Harmonies of #3468BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3468BA

Black with #3468BA

Text Example


Text Example

White with #3468BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3468BA; }

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

 H1.HeaderClassName
 {
   color: #3468BA;
 }
 .AnyTagClassName
 {
   color: #3468BA;
 }
</style>

background-color css

<style>
 a { background-color: #3468BA; }

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

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

border-color css

<style>
 span { border-color: #3468BA; }

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

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