Html Css Color HEX #3349B4 Cerulean Blue

📋 copy color: '#3349B4'

red 51 ◦ green 73 ◦ blue 180

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

Shades of Cerulean Blue #3349B4

Tints of Cerulean Blue #3349B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 59.21%

R = 16.78%
G = 24.01%
B = 59.21%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3349B4 (or 0x3349B4) is known color: Cerulean Blue. HEX triplet: 33, 49 and B4. RGB value is (51,73,180). Sum of RGB (Red+Green+Blue) = 51+73+180=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 180 (70.70% from 255 or 59.21% from 304); Max value from RGB is 180 - color contains mainly: blue. Hex color #3349B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3349B4 is #CCB64B. Grayscale: #4E4E4E. Windows color (decimal): -13416012 or 11815219. OLE color: 11815219.

HSL color Cylindrical-coordinate representation of color #3349B4: hue angle of 229.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3349B4 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 73 180 -
CMYK 0.72 0.59 0 0.29
HSL 229.77º 0.56% 0.45% -
HSV(B) 229.77º 0.72% 0.71% -
XYZ 11.99 8.76 44.24 -
YUV 78.62 185.21 108.3 -
System Red Green Blue C M Y K H S L
Decimal 51 73 180 0.72 0.59 0 0.29 229.77 0.56 0.45
Hex 33 49 B4 48 3B 0 1D E6 38 2D
Octal 63 111 264 110 73 0 35 346 70 55
Binary 110011 1001001 10110100 1001000 111011 0 11101 11100110 111000 101101

Color Harmonies of #3349B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3349B4

Black with #3349B4

Text Example


Text Example

White with #3349B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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