Html Css Color HEX #3460BA Cerulean Blue

📋 copy color: '#3460BA'

red 52 ◦ green 96 ◦ blue 186

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

Shades of Cerulean Blue #3460BA

Tints of Cerulean Blue #3460BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

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

R = 15.57%
G = 28.74%
B = 55.69%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3460BA (or 0x3460BA) is known color: Cerulean Blue. HEX triplet: 34, 60 and BA. RGB value is (52,96,186). Sum of RGB (Red+Green+Blue) = 52+96+186=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #3460BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460BA is #CB9F45. Grayscale: #5C5C5C. Windows color (decimal): -13344582 or 12214324. OLE color: 12214324.

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

Color convert

RGB 52 96 186 -
CMYK 0.72 0.48 0 0.27
HSL 220.3º 0.56% 0.47% -
HSV(B) 220.3º 0.72% 0.73% -
XYZ 14.46 12.64 48.13 -
YUV 93.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 52 96 186 0.72 0.48 0 0.27 220.3 0.56 0.47
Hex 34 60 BA 48 30 0 1B DC 38 2F
Octal 64 140 272 110 60 0 33 334 70 57
Binary 110100 1100000 10111010 1001000 110000 0 11011 11011100 111000 101111

Color Harmonies of #3460BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3460BA

Black with #3460BA

Text Example


Text Example

White with #3460BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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