Html Css Color HEX #413DCC Free Speech Blue

📋 copy color: '#413DCC'

red 65 ◦ green 61 ◦ blue 204

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

Shades of Free Speech Blue #413DCC

Tints of Free Speech Blue #413DCC

RGB

 RED value IS 65 (25.78% from 255) = 19.7%

 GREEN value IS 61 (24.22% from 255) = 18.48%

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 19.7%
G = 18.48%
B = 61.82%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#413DCC (or 0x413DCC) is known color: Free Speech Blue. HEX triplet: 41, 3D and CC. RGB value is (65,61,204). Sum of RGB (Red+Green+Blue) = 65+61+204=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #413DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DCC is #BEC233. Grayscale: #4D4D4D. Windows color (decimal): -12501556 or 13385025. OLE color: 13385025.

HSL color Cylindrical-coordinate representation of color #413DCC: hue angle of 241.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #413DCC is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 61 204 -
CMYK 0.68 0.70 0 0.2
HSL 241.68º 0.58% 0.52% -
HSV(B) 241.68º 0.7% 0.8% -
XYZ 14.75 8.82 58.05 -
YUV 78.5 198.83 118.37 -
System Red Green Blue C M Y K H S L
Decimal 65 61 204 0.68 0.70 0 0.2 241.68 0.58 0.52
Hex 41 3D CC 44 46 0 14 F2 3A 34
Octal 101 75 314 104 106 0 24 362 72 64
Binary 1000001 111101 11001100 1000100 1000110 0 10100 11110010 111010 110100

Color Harmonies of #413DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DCC

Black with #413DCC

Text Example


Text Example

White with #413DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413DCC; }

 p { color: rgb(65,61,204); }

 H1.HeaderClassName
 {
   color: #413DCC;
 }
 .AnyTagClassName
 {
   color: #413DCC;
 }
</style>

background-color css

<style>
 a { background-color: #413DCC; }

 a { background-color: rgb(65,61,204); }

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

border-color css

<style>
 span { border-color: #413DCC; }

 span { border-color: rgb(65,61,204); }

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