Html Css Color HEX #3307CE Medium Blue

📋 copy color: '#3307CE'

red 51 ◦ green 7 ◦ blue 206

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

Shades of Medium Blue #3307CE

Tints of Medium Blue #3307CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.65%

 BLUE value IS 206 (80.86% from 255) = 78.03%

R = 19.32%
G = 2.65%
B = 78.03%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3307CE (or 0x3307CE) is known color: Medium Blue. HEX triplet: 33, 07 and CE. RGB value is (51,7,206). Sum of RGB (Red+Green+Blue) = 51+7+206=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #3307CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3307CE is #CCF831. Grayscale: #2A2A2A. Windows color (decimal): -13432882 or 13502259. OLE color: 13502259.

HSL color Cylindrical-coordinate representation of color #3307CE: hue angle of 253.27º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3307CE is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 7 206 -
CMYK 0.75 0.97 0 0.19
HSL 253.27º 0.93% 0.42% -
HSV(B) 253.27º 0.97% 0.81% -
XYZ 12.58 5.31 58.75 -
YUV 42.84 220.08 133.82 -
System Red Green Blue C M Y K H S L
Decimal 51 7 206 0.75 0.97 0 0.19 253.27 0.93 0.42
Hex 33 7 CE 4B 61 0 13 FD 5D 2A
Octal 63 7 316 113 141 0 23 375 135 52
Binary 110011 111 11001110 1001011 1100001 0 10011 11111101 1011101 101010

Color Harmonies of #3307CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3307CE

Black with #3307CE

Text Example


Text Example

White with #3307CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3307CE; }

 p { color: rgb(51,7,206); }

 H1.HeaderClassName
 {
   color: #3307CE;
 }
 .AnyTagClassName
 {
   color: #3307CE;
 }
</style>

background-color css

<style>
 a { background-color: #3307CE; }

 a { background-color: rgb(51,7,206); }

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

border-color css

<style>
 span { border-color: #3307CE; }

 span { border-color: rgb(51,7,206); }

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