Html Css Color HEX #3349BD Cerulean Blue

📋 copy color: '#3349BD'

red 51 ◦ green 73 ◦ blue 189

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

Shades of Cerulean Blue #3349BD

Tints of Cerulean Blue #3349BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 16.29%
G = 23.32%
B = 60.38%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3349BD (or 0x3349BD) is known color: Cerulean Blue. HEX triplet: 33, 49 and BD. RGB value is (51,73,189). Sum of RGB (Red+Green+Blue) = 51+73+189=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #3349BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3349BD is #CCB642. Grayscale: #4F4F4F. Windows color (decimal): -13416003 or 12405043. OLE color: 12405043.

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

Color convert

RGB 51 73 189 -
CMYK 0.73 0.61 0 0.26
HSL 230.43º 0.58% 0.47% -
HSV(B) 230.43º 0.73% 0.74% -
XYZ 12.93 9.14 49.23 -
YUV 79.65 189.71 107.57 -
System Red Green Blue C M Y K H S L
Decimal 51 73 189 0.73 0.61 0 0.26 230.43 0.58 0.47
Hex 33 49 BD 49 3D 0 1A E6 3A 2F
Octal 63 111 275 111 75 0 32 346 72 57
Binary 110011 1001001 10111101 1001001 111101 0 11010 11100110 111010 101111

Color Harmonies of #3349BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3349BD

Black with #3349BD

Text Example


Text Example

White with #3349BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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