Html Css Color HEX #3346BD Cerulean Blue

📋 copy color: '#3346BD'

red 51 ◦ green 70 ◦ blue 189

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

Shades of Cerulean Blue #3346BD

Tints of Cerulean Blue #3346BD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

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

R = 16.45%
G = 22.58%
B = 60.97%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3346BD (or 0x3346BD) is known color: Cerulean Blue. HEX triplet: 33, 46 and BD. RGB value is (51,70,189). Sum of RGB (Red+Green+Blue) = 51+70+189=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #3346BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3346BD is #CCB942. Grayscale: #4D4D4D. Windows color (decimal): -13416771 or 12404275. OLE color: 12404275.

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

Color convert

RGB 51 70 189 -
CMYK 0.73 0.63 0 0.26
HSL 231.74º 0.58% 0.47% -
HSV(B) 231.74º 0.73% 0.74% -
XYZ 12.74 8.76 49.16 -
YUV 77.89 190.71 108.82 -
System Red Green Blue C M Y K H S L
Decimal 51 70 189 0.73 0.63 0 0.26 231.74 0.58 0.47
Hex 33 46 BD 49 3F 0 1A E8 3A 2F
Octal 63 106 275 111 77 0 32 350 72 57
Binary 110011 1000110 10111101 1001001 111111 0 11010 11101000 111010 101111

Color Harmonies of #3346BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3346BD

Black with #3346BD

Text Example


Text Example

White with #3346BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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