Html Css Color HEX #3308BD Medium Blue

📋 copy color: '#3308BD'

red 51 ◦ green 8 ◦ blue 189

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

Shades of Medium Blue #3308BD

Tints of Medium Blue #3308BD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 20.56%
G = 3.23%
B = 76.21%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3308BD (or 0x3308BD) is known color: Medium Blue. HEX triplet: 33, 08 and BD. RGB value is (51,8,189). Sum of RGB (Red+Green+Blue) = 51+8+189=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #3308BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3308BD is #CCF742. Grayscale: #282828. Windows color (decimal): -13432643 or 12388403. OLE color: 12388403.

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

Color convert

RGB 51 8 189 -
CMYK 0.73 0.96 0 0.26
HSL 254.25º 0.92% 0.39% -
HSV(B) 254.25º 0.96% 0.74% -
XYZ 10.64 4.55 48.46 -
YUV 41.49 211.25 134.78 -
System Red Green Blue C M Y K H S L
Decimal 51 8 189 0.73 0.96 0 0.26 254.25 0.92 0.39
Hex 33 8 BD 49 60 0 1A FE 5C 27
Octal 63 10 275 111 140 0 32 376 134 47
Binary 110011 1000 10111101 1001001 1100000 0 11010 11111110 1011100 100111

Color Harmonies of #3308BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3308BD

Black with #3308BD

Text Example


Text Example

White with #3308BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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