Html Css Color HEX #3D54C9 Free Speech Blue

📋 copy color: '#3D54C9'

red 61 ◦ green 84 ◦ blue 201

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

Shades of Free Speech Blue #3D54C9

Tints of Free Speech Blue #3D54C9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

 BLUE value IS 201 (78.91% from 255) = 58.09%

R = 17.63%
G = 24.28%
B = 58.09%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3D54C9 (or 0x3D54C9) is known color: Free Speech Blue. HEX triplet: 3D, 54 and C9. RGB value is (61,84,201). Sum of RGB (Red+Green+Blue) = 61+84+201=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #3D54C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D54C9 is #C2AB36. Grayscale: #595959. Windows color (decimal): -12757815 or 13194301. OLE color: 13194301.

HSL color Cylindrical-coordinate representation of color #3D54C9: hue angle of 230.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D54C9 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 84 201 -
CMYK 0.70 0.58 0 0.21
HSL 230.14º 0.56% 0.51% -
HSV(B) 230.14º 0.7% 0.79% -
XYZ 15.64 11.55 56.66 -
YUV 90.46 190.38 106.99 -
System Red Green Blue C M Y K H S L
Decimal 61 84 201 0.70 0.58 0 0.21 230.14 0.56 0.51
Hex 3D 54 C9 46 3A 0 15 E6 38 33
Octal 75 124 311 106 72 0 25 346 70 63
Binary 111101 1010100 11001001 1000110 111010 0 10101 11100110 111000 110011

Color Harmonies of #3D54C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D54C9

Black with #3D54C9

Text Example


Text Example

White with #3D54C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,84,201); }

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

background-color css

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

 a { background-color: rgb(61,84,201); }

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

border-color css

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

 span { border-color: rgb(61,84,201); }

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