Html Css Color HEX #3449BA Cerulean Blue

📋 copy color: '#3449BA'

red 52 ◦ green 73 ◦ blue 186

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

Shades of Cerulean Blue #3449BA

Tints of Cerulean Blue #3449BA

RGB

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

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

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

R = 16.72%
G = 23.47%
B = 59.81%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3449BA (or 0x3449BA) is known color: Cerulean Blue. HEX triplet: 34, 49 and BA. RGB value is (52,73,186). Sum of RGB (Red+Green+Blue) = 52+73+186=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #3449BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449BA is #CBB645. Grayscale: #4F4F4F. Windows color (decimal): -13350470 or 12208436. OLE color: 12208436.

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

Color convert

RGB 52 73 186 -
CMYK 0.72 0.61 0 0.27
HSL 230.6º 0.56% 0.47% -
HSV(B) 230.6º 0.72% 0.73% -
XYZ 12.66 9.04 47.53 -
YUV 79.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 52 73 186 0.72 0.61 0 0.27 230.6 0.56 0.47
Hex 34 49 BA 48 3D 0 1B E7 38 2F
Octal 64 111 272 110 75 0 33 347 70 57
Binary 110100 1001001 10111010 1001000 111101 0 11011 11100111 111000 101111

Color Harmonies of #3449BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3449BA

Black with #3449BA

Text Example


Text Example

White with #3449BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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