Html Css Color HEX #330CBD Medium Blue

📋 copy color: '#330CBD'

red 51 ◦ green 12 ◦ blue 189

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

Shades of Medium Blue #330CBD

Tints of Medium Blue #330CBD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.76%

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

R = 20.24%
G = 4.76%
B = 75%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#330CBD (or 0x330CBD) is known color: Medium Blue. HEX triplet: 33, 0C and BD. RGB value is (51,12,189). Sum of RGB (Red+Green+Blue) = 51+12+189=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #330CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CBD is #CCF342. Grayscale: #2B2B2B. Windows color (decimal): -13431619 or 12389427. OLE color: 12389427.

HSL color Cylindrical-coordinate representation of color #330CBD: hue angle of 253.22º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330CBD is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 12 189 -
CMYK 0.73 0.94 0 0.26
HSL 253.22º 0.88% 0.39% -
HSV(B) 253.22º 0.94% 0.74% -
XYZ 10.68 4.64 48.48 -
YUV 43.84 209.92 133.11 -
System Red Green Blue C M Y K H S L
Decimal 51 12 189 0.73 0.94 0 0.26 253.22 0.88 0.39
Hex 33 C BD 49 5E 0 1A FD 58 27
Octal 63 14 275 111 136 0 32 375 130 47
Binary 110011 1100 10111101 1001001 1011110 0 11010 11111101 1011000 100111

Color Harmonies of #330CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CBD

Black with #330CBD

Text Example


Text Example

White with #330CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330CBD; }

 p { color: rgb(51,12,189); }

 H1.HeaderClassName
 {
   color: #330CBD;
 }
 .AnyTagClassName
 {
   color: #330CBD;
 }
</style>

background-color css

<style>
 a { background-color: #330CBD; }

 a { background-color: rgb(51,12,189); }

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

border-color css

<style>
 span { border-color: #330CBD; }

 span { border-color: rgb(51,12,189); }

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