Html Css Color HEX #3307C5 Medium Blue

📋 copy color: '#3307C5'

red 51 ◦ green 7 ◦ blue 197

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

Shades of Medium Blue #3307C5

Tints of Medium Blue #3307C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 77.25%

R = 20%
G = 2.75%
B = 77.25%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3307C5 (or 0x3307C5) is known color: Medium Blue. HEX triplet: 33, 07 and C5. RGB value is (51,7,197). Sum of RGB (Red+Green+Blue) = 51+7+197=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 197 (77.34% from 255 or 77.25% from 255); Max value from RGB is 197 - color contains mainly: blue. Hex color #3307C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3307C5 is #CCF83A. Grayscale: #292929. Windows color (decimal): -13432891 or 12912435. OLE color: 12912435.

HSL color Cylindrical-coordinate representation of color #3307C5: hue angle of 253.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3307C5 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 51 7 197 -
CMYK 0.74 0.96 0 0.23
HSL 253.89º 0.93% 0.4% -
HSV(B) 253.89º 0.96% 0.77% -
XYZ 11.52 4.89 53.16 -
YUV 41.82 215.58 134.55 -
System Red Green Blue C M Y K H S L
Decimal 51 7 197 0.74 0.96 0 0.23 253.89 0.93 0.4
Hex 33 7 C5 4A 60 0 17 FE 5D 28
Octal 63 7 305 112 140 0 27 376 135 50
Binary 110011 111 11000101 1001010 1100000 0 10111 11111110 1011101 101000

Color Harmonies of #3307C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3307C5

Black with #3307C5

Text Example


Text Example

White with #3307C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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