Html Css Color HEX #3002BD Medium Blue

📋 copy color: '#3002BD'

red 48 ◦ green 2 ◦ blue 189

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

Shades of Medium Blue #3002BD

Tints of Medium Blue #3002BD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 189 (74.22% from 255) = 79.08%

R = 20.08%
G = 0.84%
B = 79.08%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3002BD (or 0x3002BD) is known color: Medium Blue. HEX triplet: 30, 02 and BD. RGB value is (48,2,189). Sum of RGB (Red+Green+Blue) = 48+2+189=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 189 (74.22% from 255 or 79.08% from 239); Max value from RGB is 189 - color contains mainly: blue. Hex color #3002BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3002BD is #CFFD42. Grayscale: #242424. Windows color (decimal): -13630787 or 12386864. OLE color: 12386864.

HSL color Cylindrical-coordinate representation of color #3002BD: hue angle of 254.76º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3002BD is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 2 189 -
CMYK 0.75 0.99 0 0.26
HSL 254.76º 0.98% 0.37% -
HSV(B) 254.76º 0.99% 0.74% -
XYZ 10.43 4.35 48.43 -
YUV 37.07 213.74 135.79 -
System Red Green Blue C M Y K H S L
Decimal 48 2 189 0.75 0.99 0 0.26 254.76 0.98 0.37
Hex 30 2 BD 4B 63 0 1A FF 62 25
Octal 60 2 275 113 143 0 32 377 142 45
Binary 110000 10 10111101 1001011 1100011 0 11010 11111111 1100010 100101

Color Harmonies of #3002BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3002BD

Black with #3002BD

Text Example


Text Example

White with #3002BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3002BD; }

 p { color: rgb(48,2,189); }

 H1.HeaderClassName
 {
   color: #3002BD;
 }
 .AnyTagClassName
 {
   color: #3002BD;
 }
</style>

background-color css

<style>
 a { background-color: #3002BD; }

 a { background-color: rgb(48,2,189); }

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

border-color css

<style>
 span { border-color: #3002BD; }

 span { border-color: rgb(48,2,189); }

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