Html Css Color HEX #3346BC Cerulean Blue

📋 copy color: '#3346BC'

red 51 ◦ green 70 ◦ blue 188

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

Shades of Cerulean Blue #3346BC

Tints of Cerulean Blue #3346BC

RGB

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

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

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

R = 16.5%
G = 22.65%
B = 60.84%

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

#3346BC (or 0x3346BC) is known color: Cerulean Blue. HEX triplet: 33, 46 and BC. RGB value is (51,70,188). Sum of RGB (Red+Green+Blue) = 51+70+188=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #3346BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3346BC is #CCB943. Grayscale: #4D4D4D. Windows color (decimal): -13416772 or 12338739. OLE color: 12338739.

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

Color convert

RGB 51 70 188 -
CMYK 0.73 0.63 0 0.26
HSL 231.68º 0.57% 0.47% -
HSV(B) 231.68º 0.73% 0.74% -
XYZ 12.63 8.71 48.59 -
YUV 77.77 190.21 108.91 -
System Red Green Blue C M Y K H S L
Decimal 51 70 188 0.73 0.63 0 0.26 231.68 0.57 0.47
Hex 33 46 BC 49 3F 0 1A E8 39 2F
Octal 63 106 274 111 77 0 32 350 71 57
Binary 110011 1000110 10111100 1001001 111111 0 11010 11101000 111001 101111

Color Harmonies of #3346BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3346BC

Black with #3346BC

Text Example


Text Example

White with #3346BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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