Html Css Color HEX #3449BF Cerulean Blue

📋 copy color: '#3449BF'

red 52 ◦ green 73 ◦ blue 191

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

Shades of Cerulean Blue #3449BF

Tints of Cerulean Blue #3449BF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

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

R = 16.46%
G = 23.1%
B = 60.44%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3449BF (or 0x3449BF) is known color: Cerulean Blue. HEX triplet: 34, 49 and BF. RGB value is (52,73,191). Sum of RGB (Red+Green+Blue) = 52+73+191=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #3449BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449BF is #CBB640. Grayscale: #4F4F4F. Windows color (decimal): -13350465 or 12536116. OLE color: 12536116.

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

Color convert

RGB 52 73 191 -
CMYK 0.73 0.62 0 0.25
HSL 230.94º 0.57% 0.48% -
HSV(B) 230.94º 0.73% 0.75% -
XYZ 13.2 9.26 50.38 -
YUV 80.17 190.54 107.91 -
System Red Green Blue C M Y K H S L
Decimal 52 73 191 0.73 0.62 0 0.25 230.94 0.57 0.48
Hex 34 49 BF 49 3E 0 19 E7 39 30
Octal 64 111 277 111 76 0 31 347 71 60
Binary 110100 1001001 10111111 1001001 111110 0 11001 11100111 111001 110000

Color Harmonies of #3449BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3449BF

Black with #3449BF

Text Example


Text Example

White with #3449BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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