Html Css Color HEX #3508CB Medium Blue

📋 copy color: '#3508CB'

red 53 ◦ green 8 ◦ blue 203

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

Shades of Medium Blue #3508CB

Tints of Medium Blue #3508CB

RGB

 RED value IS 53 (21.09% from 255) = 20.08%

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

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

R = 20.08%
G = 3.03%
B = 76.89%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3508CB (or 0x3508CB) is known color: Medium Blue. HEX triplet: 35, 08 and CB. RGB value is (53,8,203). Sum of RGB (Red+Green+Blue) = 53+8+203=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #3508CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3508CB is #CAF734. Grayscale: #2A2A2A. Windows color (decimal): -13301557 or 13305909. OLE color: 13305909.

HSL color Cylindrical-coordinate representation of color #3508CB: hue angle of 253.85º 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 #3508CB is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 8 203 -
CMYK 0.74 0.96 0 0.20
HSL 253.85º 0.92% 0.41% -
HSV(B) 253.85º 0.96% 0.8% -
XYZ 12.33 5.24 56.86 -
YUV 43.69 217.91 134.64 -
System Red Green Blue C M Y K H S L
Decimal 53 8 203 0.74 0.96 0 0.20 253.85 0.92 0.41
Hex 35 8 CB 4A 60 0 14 FE 5C 29
Octal 65 10 313 112 140 0 24 376 134 51
Binary 110101 1000 11001011 1001010 1100000 0 10100 11111110 1011100 101001

Color Harmonies of #3508CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3508CB

Black with #3508CB

Text Example


Text Example

White with #3508CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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