Html Css Color HEX #3459BF Cerulean Blue

📋 copy color: '#3459BF'

red 52 ◦ green 89 ◦ blue 191

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

Shades of Cerulean Blue #3459BF

Tints of Cerulean Blue #3459BF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

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

R = 15.66%
G = 26.81%
B = 57.53%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3459BF (or 0x3459BF) is known color: Cerulean Blue. HEX triplet: 34, 59 and BF. RGB value is (52,89,191). Sum of RGB (Red+Green+Blue) = 52+89+191=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #3459BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3459BF is #CBA640. Grayscale: #595959. Windows color (decimal): -13346369 or 12540212. OLE color: 12540212.

HSL color Cylindrical-coordinate representation of color #3459BF: hue angle of 224.03º 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 #3459BF is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 89 191 -
CMYK 0.73 0.53 0 0.25
HSL 224.03º 0.57% 0.48% -
HSV(B) 224.03º 0.73% 0.75% -
XYZ 14.39 11.64 50.78 -
YUV 89.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 52 89 191 0.73 0.53 0 0.25 224.03 0.57 0.48
Hex 34 59 BF 49 35 0 19 E0 39 30
Octal 64 131 277 111 65 0 31 340 71 60
Binary 110100 1011001 10111111 1001001 110101 0 11001 11100000 111001 110000

Color Harmonies of #3459BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3459BF

Black with #3459BF

Text Example


Text Example

White with #3459BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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