Html Css Color HEX #3349BA Cerulean Blue

📋 copy color: '#3349BA'

red 51 ◦ green 73 ◦ blue 186

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

Shades of Cerulean Blue #3349BA

Tints of Cerulean Blue #3349BA

RGB

 RED value IS 51 (20.31% from 255) = 16.45%

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

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

R = 16.45%
G = 23.55%
B = 60%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3349BA (or 0x3349BA) is known color: Cerulean Blue. HEX triplet: 33, 49 and BA. RGB value is (51,73,186). Sum of RGB (Red+Green+Blue) = 51+73+186=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #3349BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3349BA is #CCB645. Grayscale: #4E4E4E. Windows color (decimal): -13416006 or 12208435. OLE color: 12208435.

HSL color Cylindrical-coordinate representation of color #3349BA: hue angle of 230.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3349BA is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 73 186 -
CMYK 0.73 0.61 0 0.27
HSL 230.22º 0.57% 0.46% -
HSV(B) 230.22º 0.73% 0.73% -
XYZ 12.61 9.01 47.53 -
YUV 79.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 51 73 186 0.73 0.61 0 0.27 230.22 0.57 0.46
Hex 33 49 BA 49 3D 0 1B E6 39 2E
Octal 63 111 272 111 75 0 33 346 71 56
Binary 110011 1001001 10111010 1001001 111101 0 11011 11100110 111001 101110

Color Harmonies of #3349BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3349BA

Black with #3349BA

Text Example


Text Example

White with #3349BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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