Html Css Color HEX #330ACF Medium Blue

📋 copy color: '#330ACF'

red 51 ◦ green 10 ◦ blue 207

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

Shades of Medium Blue #330ACF

Tints of Medium Blue #330ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

 BLUE value IS 207 (81.25% from 255) = 77.24%

R = 19.03%
G = 3.73%
B = 77.24%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#330ACF (or 0x330ACF) is known color: Medium Blue. HEX triplet: 33, 0A and CF. RGB value is (51,10,207). Sum of RGB (Red+Green+Blue) = 51+10+207=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #330ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330ACF is #CCF530. Grayscale: #2B2B2B. Windows color (decimal): -13432113 or 13568563. OLE color: 13568563.

HSL color Cylindrical-coordinate representation of color #330ACF: hue angle of 252.49º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330ACF is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 10 207 -
CMYK 0.75 0.95 0 0.19
HSL 252.49º 0.91% 0.43% -
HSV(B) 252.49º 0.95% 0.81% -
XYZ 12.74 5.43 59.41 -
YUV 44.72 219.58 132.48 -
System Red Green Blue C M Y K H S L
Decimal 51 10 207 0.75 0.95 0 0.19 252.49 0.91 0.43
Hex 33 A CF 4B 5F 0 13 FC 5B 2B
Octal 63 12 317 113 137 0 23 374 133 53
Binary 110011 1010 11001111 1001011 1011111 0 10011 11111100 1011011 101011

Color Harmonies of #330ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330ACF

Black with #330ACF

Text Example


Text Example

White with #330ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,10,207); }

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

background-color css

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

 a { background-color: rgb(51,10,207); }

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

border-color css

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

 span { border-color: rgb(51,10,207); }

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