Html Css Color HEX #3301C8 Medium Blue

📋 copy color: '#3301C8'

red 51 ◦ green 1 ◦ blue 200

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

Shades of Medium Blue #3301C8

Tints of Medium Blue #3301C8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 200 (78.52% from 255) = 79.37%

R = 20.24%
G = 0.4%
B = 79.37%

CMYK

 C value IS 0.74

 M value IS 1.00

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3301C8 (or 0x3301C8) is known color: Medium Blue. HEX triplet: 33, 01 and C8. RGB value is (51,1,200). Sum of RGB (Red+Green+Blue) = 51+1+200=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 200 (78.52% from 255 or 79.37% from 252); Max value from RGB is 200 - color contains mainly: blue. Hex color #3301C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3301C8 is #CCFE37. Grayscale: #252525. Windows color (decimal): -13434424 or 13107507. OLE color: 13107507.

HSL color Cylindrical-coordinate representation of color #3301C8: hue angle of 255.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3301C8 is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 1 200 -
CMYK 0.74 1.00 0 0.22
HSL 255.08º 0.99% 0.39% -
HSV(B) 255.08º 1% 0.78% -
XYZ 11.8 4.9 54.97 -
YUV 38.64 219.07 136.82 -
System Red Green Blue C M Y K H S L
Decimal 51 1 200 0.74 1.00 0 0.22 255.08 0.99 0.39
Hex 33 1 C8 4A 64 0 16 FF 63 27
Octal 63 1 310 112 144 0 26 377 143 47
Binary 110011 1 11001000 1001010 1100100 0 10110 11111111 1100011 100111

Color Harmonies of #3301C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3301C8

Black with #3301C8

Text Example


Text Example

White with #3301C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3301C8; }

 p { color: rgb(51,1,200); }

 H1.HeaderClassName
 {
   color: #3301C8;
 }
 .AnyTagClassName
 {
   color: #3301C8;
 }
</style>

background-color css

<style>
 a { background-color: #3301C8; }

 a { background-color: rgb(51,1,200); }

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

border-color css

<style>
 span { border-color: #3301C8; }

 span { border-color: rgb(51,1,200); }

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