Html Css Color HEX #3303D0 Medium Blue

📋 copy color: '#3303D0'

red 51 ◦ green 3 ◦ blue 208

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

Shades of Medium Blue #3303D0

Tints of Medium Blue #3303D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 79.39%

R = 19.47%
G = 1.15%
B = 79.39%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3303D0 (or 0x3303D0) is known color: Medium Blue. HEX triplet: 33, 03 and D0. RGB value is (51,3,208). Sum of RGB (Red+Green+Blue) = 51+3+208=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 208 (81.64% from 255 or 79.39% from 262); Max value from RGB is 208 - color contains mainly: blue. Hex color #3303D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3303D0 is #CCFC2F. Grayscale: #272727. Windows color (decimal): -13433904 or 13632307. OLE color: 13632307.

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

Color convert

RGB 51 3 208 -
CMYK 0.75 0.99 0 0.18
HSL 254.05º 0.97% 0.41% -
HSV(B) 254.05º 0.99% 0.82% -
XYZ 12.78 5.32 60.03 -
YUV 40.72 222.4 135.33 -
System Red Green Blue C M Y K H S L
Decimal 51 3 208 0.75 0.99 0 0.18 254.05 0.97 0.41
Hex 33 3 D0 4B 63 0 12 FE 61 29
Octal 63 3 320 113 143 0 22 376 141 51
Binary 110011 11 11010000 1001011 1100011 0 10010 11111110 1100001 101001

Color Harmonies of #3303D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3303D0

Black with #3303D0

Text Example


Text Example

White with #3303D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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