Html Css Color HEX #3302CD Medium Blue

📋 copy color: '#3302CD'

red 51 ◦ green 2 ◦ blue 205

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

Shades of Medium Blue #3302CD

Tints of Medium Blue #3302CD

RGB

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

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

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

R = 19.77%
G = 0.78%
B = 79.46%

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

#3302CD (or 0x3302CD) is known color: Medium Blue. HEX triplet: 33, 02 and CD. RGB value is (51,2,205). Sum of RGB (Red+Green+Blue) = 51+2+205=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #3302CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3302CD is #CCFD32. Grayscale: #272727. Windows color (decimal): -13434163 or 13435443. OLE color: 13435443.

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

Color convert

RGB 51 2 205 -
CMYK 0.75 0.99 0 0.20
HSL 254.48º 0.98% 0.41% -
HSV(B) 254.48º 0.99% 0.8% -
XYZ 12.41 5.16 58.1 -
YUV 39.79 221.23 135.99 -
System Red Green Blue C M Y K H S L
Decimal 51 2 205 0.75 0.99 0 0.20 254.48 0.98 0.41
Hex 33 2 CD 4B 63 0 14 FE 62 29
Octal 63 2 315 113 143 0 24 376 142 51
Binary 110011 10 11001101 1001011 1100011 0 10100 11111110 1100010 101001

Color Harmonies of #3302CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3302CD

Black with #3302CD

Text Example


Text Example

White with #3302CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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