Html Css Color HEX #413ACE Free Speech Blue

📋 copy color: '#413ACE'

red 65 ◦ green 58 ◦ blue 206

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

Shades of Free Speech Blue #413ACE

Tints of Free Speech Blue #413ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 19.76%
G = 17.63%
B = 62.61%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#413ACE (or 0x413ACE) is known color: Free Speech Blue. HEX triplet: 41, 3A and CE. RGB value is (65,58,206). Sum of RGB (Red+Green+Blue) = 65+58+206=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #413ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ACE is #BEC531. Grayscale: #4C4C4C. Windows color (decimal): -12502322 or 13515329. OLE color: 13515329.

HSL color Cylindrical-coordinate representation of color #413ACE: hue angle of 242.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413ACE is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 58 206 -
CMYK 0.68 0.72 0 0.19
HSL 242.84º 0.6% 0.52% -
HSV(B) 242.84º 0.72% 0.81% -
XYZ 14.83 8.61 59.27 -
YUV 76.97 200.82 119.47 -
System Red Green Blue C M Y K H S L
Decimal 65 58 206 0.68 0.72 0 0.19 242.84 0.6 0.52
Hex 41 3A CE 44 48 0 13 F3 3C 34
Octal 101 72 316 104 110 0 23 363 74 64
Binary 1000001 111010 11001110 1000100 1001000 0 10011 11110011 111100 110100

Color Harmonies of #413ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413ACE

Black with #413ACE

Text Example


Text Example

White with #413ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,206); }

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

background-color css

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

 a { background-color: rgb(65,58,206); }

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

border-color css

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

 span { border-color: rgb(65,58,206); }

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