Html Css Color HEX #3005CB Medium Blue

📋 copy color: '#3005CB'

red 48 ◦ green 5 ◦ blue 203

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

Shades of Medium Blue #3005CB

Tints of Medium Blue #3005CB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 18.75%
G = 1.95%
B = 79.3%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3005CB (or 0x3005CB) is known color: Medium Blue. HEX triplet: 30, 05 and CB. RGB value is (48,5,203). Sum of RGB (Red+Green+Blue) = 48+5+203=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #3005CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3005CB is #CFFA34. Grayscale: #272727. Windows color (decimal): -13630005 or 13305136. OLE color: 13305136.

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

Color convert

RGB 48 5 203 -
CMYK 0.76 0.98 0 0.20
HSL 253.03º 0.95% 0.41% -
HSV(B) 253.03º 0.98% 0.8% -
XYZ 12.05 5.05 56.84 -
YUV 40.43 219.75 133.4 -
System Red Green Blue C M Y K H S L
Decimal 48 5 203 0.76 0.98 0 0.20 253.03 0.95 0.41
Hex 30 5 CB 4C 62 0 14 FD 5F 29
Octal 60 5 313 114 142 0 24 375 137 51
Binary 110000 101 11001011 1001100 1100010 0 10100 11111101 1011111 101001

Color Harmonies of #3005CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3005CB

Black with #3005CB

Text Example


Text Example

White with #3005CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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