Html Css Color HEX #3302BC Medium Blue

📋 copy color: '#3302BC'

red 51 ◦ green 2 ◦ blue 188

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

Shades of Medium Blue #3302BC

Tints of Medium Blue #3302BC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 21.16%
G = 0.83%
B = 78.01%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3302BC (or 0x3302BC) is known color: Medium Blue. HEX triplet: 33, 02 and BC. RGB value is (51,2,188). Sum of RGB (Red+Green+Blue) = 51+2+188=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #3302BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3302BC is #CCFD43. Grayscale: #252525. Windows color (decimal): -13434180 or 12321331. OLE color: 12321331.

HSL color Cylindrical-coordinate representation of color #3302BC: hue angle of 255.81º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3302BC is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 2 188 -
CMYK 0.73 0.99 0 0.26
HSL 255.81º 0.98% 0.37% -
HSV(B) 255.81º 0.99% 0.74% -
XYZ 10.46 4.38 47.87 -
YUV 37.86 212.73 137.38 -
System Red Green Blue C M Y K H S L
Decimal 51 2 188 0.73 0.99 0 0.26 255.81 0.98 0.37
Hex 33 2 BC 49 63 0 1A 100 62 25
Octal 63 2 274 111 143 0 32 400 142 45
Binary 110011 10 10111100 1001001 1100011 0 11010 100000000 1100010 100101

Color Harmonies of #3302BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3302BC

Black with #3302BC

Text Example


Text Example

White with #3302BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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