Html Css Color HEX #3308CB Medium Blue

📋 copy color: '#3308CB'

red 51 ◦ green 8 ◦ blue 203

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

Shades of Medium Blue #3308CB

Tints of Medium Blue #3308CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 77.48%

R = 19.47%
G = 3.05%
B = 77.48%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3308CB (or 0x3308CB) is known color: Medium Blue. HEX triplet: 33, 08 and CB. RGB value is (51,8,203). Sum of RGB (Red+Green+Blue) = 51+8+203=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #3308CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3308CB is #CCF734. Grayscale: #2A2A2A. Windows color (decimal): -13432629 or 13305907. OLE color: 13305907.

HSL color Cylindrical-coordinate representation of color #3308CB: hue angle of 253.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3308CB is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 8 203 -
CMYK 0.75 0.96 0 0.20
HSL 253.23º 0.92% 0.41% -
HSV(B) 253.23º 0.96% 0.8% -
XYZ 12.23 5.19 56.86 -
YUV 43.09 218.25 133.64 -
System Red Green Blue C M Y K H S L
Decimal 51 8 203 0.75 0.96 0 0.20 253.23 0.92 0.41
Hex 33 8 CB 4B 60 0 14 FD 5C 29
Octal 63 10 313 113 140 0 24 375 134 51
Binary 110011 1000 11001011 1001011 1100000 0 10100 11111101 1011100 101001

Color Harmonies of #3308CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3308CB

Black with #3308CB

Text Example


Text Example

White with #3308CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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