Html Css Color HEX #3500CA Medium Blue

📋 copy color: '#3500CA'

red 53 ◦ green 0 ◦ blue 202

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

Shades of Medium Blue #3500CA

Tints of Medium Blue #3500CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 202 (79.3% from 255) = 79.22%

R = 20.78%
G = 0%
B = 79.22%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3500CA (or 0x3500CA) is known color: Medium Blue. HEX triplet: 35, 00 and CA. RGB value is (53,0,202). Sum of RGB (Red+Green+Blue) = 53+0+202=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #3500CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500CA is #CAFF35. Grayscale: #262626. Windows color (decimal): -13303606 or 13238325. OLE color: 13238325.

HSL color Cylindrical-coordinate representation of color #3500CA: hue angle of 255.74º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500CA is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 0 202 -
CMYK 0.74 1 0 0.21
HSL 255.74º 1% 0.4% -
HSV(B) 255.74º 1% 0.79% -
XYZ 12.13 5.02 56.21 -
YUV 38.88 220.06 138.07 -
System Red Green Blue C M Y K H S L
Decimal 53 0 202 0.74 1 0 0.21 255.74 1 0.4
Hex 35 0 CA 4A 64 0 15 100 64 28
Octal 65 0 312 112 144 0 25 400 144 50
Binary 110101 0 11001010 1001010 1100100 0 10101 100000000 1100100 101000

Color Harmonies of #3500CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3500CA

Black with #3500CA

Text Example


Text Example

White with #3500CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3500CA; }

 p { color: rgb(53,0,202); }

 H1.HeaderClassName
 {
   color: #3500CA;
 }
 .AnyTagClassName
 {
   color: #3500CA;
 }
</style>

background-color css

<style>
 a { background-color: #3500CA; }

 a { background-color: rgb(53,0,202); }

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

border-color css

<style>
 span { border-color: #3500CA; }

 span { border-color: rgb(53,0,202); }

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