Html Css Color HEX #3303CC Medium Blue

📋 copy color: '#3303CC'

red 51 ◦ green 3 ◦ blue 204

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

Shades of Medium Blue #3303CC

Tints of Medium Blue #3303CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 204 (80.08% from 255) = 79.07%

R = 19.77%
G = 1.16%
B = 79.07%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3303CC (or 0x3303CC) is known color: Medium Blue. HEX triplet: 33, 03 and CC. RGB value is (51,3,204). Sum of RGB (Red+Green+Blue) = 51+3+204=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #3303CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3303CC is #CCFC33. Grayscale: #272727. Windows color (decimal): -13433908 or 13370163. OLE color: 13370163.

HSL color Cylindrical-coordinate representation of color #3303CC: hue angle of 254.33º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3303CC is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 3 204 -
CMYK 0.75 0.99 0 0.2
HSL 254.33º 0.97% 0.41% -
HSV(B) 254.33º 0.99% 0.8% -
XYZ 12.3 5.13 57.47 -
YUV 40.27 220.4 135.66 -
System Red Green Blue C M Y K H S L
Decimal 51 3 204 0.75 0.99 0 0.2 254.33 0.97 0.41
Hex 33 3 CC 4B 63 0 14 FE 61 29
Octal 63 3 314 113 143 0 24 376 141 51
Binary 110011 11 11001100 1001011 1100011 0 10100 11111110 1100001 101001

Color Harmonies of #3303CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3303CC

Black with #3303CC

Text Example


Text Example

White with #3303CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3303CC; }

 p { color: rgb(51,3,204); }

 H1.HeaderClassName
 {
   color: #3303CC;
 }
 .AnyTagClassName
 {
   color: #3303CC;
 }
</style>

background-color css

<style>
 a { background-color: #3303CC; }

 a { background-color: rgb(51,3,204); }

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

border-color css

<style>
 span { border-color: #3303CC; }

 span { border-color: rgb(51,3,204); }

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