Html Css Color HEX #3007CC Medium Blue

📋 copy color: '#3007CC'

red 48 ◦ green 7 ◦ blue 204

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

Shades of Medium Blue #3007CC

Tints of Medium Blue #3007CC

RGB

 RED value IS 48 (19.14% from 255) = 18.53%

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

 BLUE value IS 204 (80.08% from 255) = 78.76%

R = 18.53%
G = 2.7%
B = 78.76%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3007CC (or 0x3007CC) is known color: Medium Blue. HEX triplet: 30, 07 and CC. RGB value is (48,7,204). Sum of RGB (Red+Green+Blue) = 48+7+204=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 204 (80.08% from 255 or 78.76% from 259); Max value from RGB is 204 - color contains mainly: blue. Hex color #3007CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3007CC is #CFF833. Grayscale: #282828. Windows color (decimal): -13629492 or 13371184. OLE color: 13371184.

HSL color Cylindrical-coordinate representation of color #3007CC: hue angle of 252.49º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3007CC is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 7 204 -
CMYK 0.76 0.97 0 0.2
HSL 252.49º 0.93% 0.41% -
HSV(B) 252.49º 0.97% 0.8% -
XYZ 12.19 5.14 57.48 -
YUV 41.72 219.58 132.48 -
System Red Green Blue C M Y K H S L
Decimal 48 7 204 0.76 0.97 0 0.2 252.49 0.93 0.41
Hex 30 7 CC 4C 61 0 14 FC 5D 29
Octal 60 7 314 114 141 0 24 374 135 51
Binary 110000 111 11001100 1001100 1100001 0 10100 11111100 1011101 101001

Color Harmonies of #3007CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3007CC

Black with #3007CC

Text Example


Text Example

White with #3007CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3007CC; }

 p { color: rgb(48,7,204); }

 H1.HeaderClassName
 {
   color: #3007CC;
 }
 .AnyTagClassName
 {
   color: #3007CC;
 }
</style>

background-color css

<style>
 a { background-color: #3007CC; }

 a { background-color: rgb(48,7,204); }

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

border-color css

<style>
 span { border-color: #3007CC; }

 span { border-color: rgb(48,7,204); }

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