Html Css Color HEX #3008CB Medium Blue

📋 copy color: '#3008CB'

red 48 ◦ green 8 ◦ blue 203

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

Shades of Medium Blue #3008CB

Tints of Medium Blue #3008CB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

 BLUE value IS 203 (79.69% from 255) = 78.38%

R = 18.53%
G = 3.09%
B = 78.38%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3008CB (or 0x3008CB) is known color: Medium Blue. HEX triplet: 30, 08 and CB. RGB value is (48,8,203). Sum of RGB (Red+Green+Blue) = 48+8+203=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #3008CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3008CB is #CFF734. Grayscale: #292929. Windows color (decimal): -13629237 or 13305904. OLE color: 13305904.

HSL color Cylindrical-coordinate representation of color #3008CB: hue angle of 252.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3008CB is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 8 203 -
CMYK 0.76 0.96 0 0.20
HSL 252.31º 0.92% 0.41% -
HSV(B) 252.31º 0.96% 0.8% -
XYZ 12.09 5.11 56.85 -
YUV 42.19 218.75 132.14 -
System Red Green Blue C M Y K H S L
Decimal 48 8 203 0.76 0.96 0 0.20 252.31 0.92 0.41
Hex 30 8 CB 4C 60 0 14 FC 5C 29
Octal 60 10 313 114 140 0 24 374 134 51
Binary 110000 1000 11001011 1001100 1100000 0 10100 11111100 1011100 101001

Color Harmonies of #3008CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3008CB

Black with #3008CB

Text Example


Text Example

White with #3008CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3008CB; }

 p { color: rgb(48,8,203); }

 H1.HeaderClassName
 {
   color: #3008CB;
 }
 .AnyTagClassName
 {
   color: #3008CB;
 }
</style>

background-color css

<style>
 a { background-color: #3008CB; }

 a { background-color: rgb(48,8,203); }

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

border-color css

<style>
 span { border-color: #3008CB; }

 span { border-color: rgb(48,8,203); }

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