Html Css Color HEX #3D63C7 Free Speech Blue

📋 copy color: '#3D63C7'

red 61 ◦ green 99 ◦ blue 199

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

Shades of Free Speech Blue #3D63C7

Tints of Free Speech Blue #3D63C7

RGB

 RED value IS 61 (24.22% from 255) = 16.99%

 GREEN value IS 99 (39.06% from 255) = 27.58%

 BLUE value IS 199 (78.13% from 255) = 55.43%

R = 16.99%
G = 27.58%
B = 55.43%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3D63C7 (or 0x3D63C7) is known color: Free Speech Blue. HEX triplet: 3D, 63 and C7. RGB value is (61,99,199). Sum of RGB (Red+Green+Blue) = 61+99+199=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 199 (78.12% from 255 or 55.43% from 359); Max value from RGB is 199 - color contains mainly: blue. Hex color #3D63C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D63C7 is #C29C38. Grayscale: #626262. Windows color (decimal): -12753977 or 13067069. OLE color: 13067069.

HSL color Cylindrical-coordinate representation of color #3D63C7: hue angle of 223.48º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D63C7 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 99 199 -
CMYK 0.69 0.50 0 0.22
HSL 223.48º 0.55% 0.51% -
HSV(B) 223.48º 0.69% 0.78% -
XYZ 16.7 14.04 55.86 -
YUV 99.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 61 99 199 0.69 0.50 0 0.22 223.48 0.55 0.51
Hex 3D 63 C7 45 32 0 16 DF 37 33
Octal 75 143 307 105 62 0 26 337 67 63
Binary 111101 1100011 11000111 1000101 110010 0 10110 11011111 110111 110011

Color Harmonies of #3D63C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D63C7

Black with #3D63C7

Text Example


Text Example

White with #3D63C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D63C7; }

 p { color: rgb(61,99,199); }

 H1.HeaderClassName
 {
   color: #3D63C7;
 }
 .AnyTagClassName
 {
   color: #3D63C7;
 }
</style>

background-color css

<style>
 a { background-color: #3D63C7; }

 a { background-color: rgb(61,99,199); }

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

border-color css

<style>
 span { border-color: #3D63C7; }

 span { border-color: rgb(61,99,199); }

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