Html Css Color HEX #3460BF Cerulean Blue

📋 copy color: '#3460BF'

red 52 ◦ green 96 ◦ blue 191

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

Shades of Cerulean Blue #3460BF

Tints of Cerulean Blue #3460BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.34%

R = 15.34%
G = 28.32%
B = 56.34%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3460BF (or 0x3460BF) is known color: Cerulean Blue. HEX triplet: 34, 60 and BF. RGB value is (52,96,191). Sum of RGB (Red+Green+Blue) = 52+96+191=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #3460BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460BF is #CB9F40. Grayscale: #5D5D5D. Windows color (decimal): -13344577 or 12542004. OLE color: 12542004.

HSL color Cylindrical-coordinate representation of color #3460BF: hue angle of 221.01º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3460BF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 96 191 -
CMYK 0.73 0.50 0 0.25
HSL 221.01º 0.57% 0.48% -
HSV(B) 221.01º 0.73% 0.75% -
XYZ 15 12.86 50.98 -
YUV 93.67 182.92 98.28 -
System Red Green Blue C M Y K H S L
Decimal 52 96 191 0.73 0.50 0 0.25 221.01 0.57 0.48
Hex 34 60 BF 49 32 0 19 DD 39 30
Octal 64 140 277 111 62 0 31 335 71 60
Binary 110100 1100000 10111111 1001001 110010 0 11001 11011101 111001 110000

Color Harmonies of #3460BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3460BF

Black with #3460BF

Text Example


Text Example

White with #3460BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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