Html Css Color HEX #3349BC Cerulean Blue

📋 copy color: '#3349BC'

red 51 ◦ green 73 ◦ blue 188

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

Shades of Cerulean Blue #3349BC

Tints of Cerulean Blue #3349BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 16.35%
G = 23.4%
B = 60.26%

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

#3349BC (or 0x3349BC) is known color: Cerulean Blue. HEX triplet: 33, 49 and BC. RGB value is (51,73,188). Sum of RGB (Red+Green+Blue) = 51+73+188=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #3349BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3349BC is #CCB643. Grayscale: #4F4F4F. Windows color (decimal): -13416004 or 12339507. OLE color: 12339507.

HSL color Cylindrical-coordinate representation of color #3349BC: hue angle of 230.36º 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 #3349BC is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 73 188 -
CMYK 0.73 0.61 0 0.26
HSL 230.37º 0.57% 0.47% -
HSV(B) 230.37º 0.73% 0.74% -
XYZ 12.82 9.1 48.66 -
YUV 79.53 189.21 107.65 -
System Red Green Blue C M Y K H S L
Decimal 51 73 188 0.73 0.61 0 0.26 230.37 0.57 0.47
Hex 33 49 BC 49 3D 0 1A E6 39 2F
Octal 63 111 274 111 75 0 32 346 71 57
Binary 110011 1001001 10111100 1001001 111101 0 11010 11100110 111001 101111

Color Harmonies of #3349BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3349BC

Black with #3349BC

Text Example


Text Example

White with #3349BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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