Html Css Color HEX #3303CD Medium Blue

📋 copy color: '#3303CD'

red 51 ◦ green 3 ◦ blue 205

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

Shades of Medium Blue #3303CD

Tints of Medium Blue #3303CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 79.15%

R = 19.69%
G = 1.16%
B = 79.15%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3303CD (or 0x3303CD) is known color: Medium Blue. HEX triplet: 33, 03 and CD. RGB value is (51,3,205). Sum of RGB (Red+Green+Blue) = 51+3+205=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #3303CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3303CD is #CCFC32. Grayscale: #272727. Windows color (decimal): -13433907 or 13435699. OLE color: 13435699.

HSL color Cylindrical-coordinate representation of color #3303CD: hue angle of 254.26º 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 #3303CD is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 3 205 -
CMYK 0.75 0.99 0 0.20
HSL 254.26º 0.97% 0.41% -
HSV(B) 254.26º 0.99% 0.8% -
XYZ 12.42 5.18 58.1 -
YUV 40.38 220.9 135.57 -
System Red Green Blue C M Y K H S L
Decimal 51 3 205 0.75 0.99 0 0.20 254.26 0.97 0.41
Hex 33 3 CD 4B 63 0 14 FE 61 29
Octal 63 3 315 113 143 0 24 376 141 51
Binary 110011 11 11001101 1001011 1100011 0 10100 11111110 1100001 101001

Color Harmonies of #3303CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3303CD

Black with #3303CD

Text Example


Text Example

White with #3303CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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