Html Css Color HEX #413FCE Free Speech Blue

📋 copy color: '#413FCE'

red 65 ◦ green 63 ◦ blue 206

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

Shades of Free Speech Blue #413FCE

Tints of Free Speech Blue #413FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 18.86%

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

R = 19.46%
G = 18.86%
B = 61.68%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#413FCE (or 0x413FCE) is known color: Free Speech Blue. HEX triplet: 41, 3F and CE. RGB value is (65,63,206). Sum of RGB (Red+Green+Blue) = 65+63+206=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #413FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FCE is #BEC031. Grayscale: #4F4F4F. Windows color (decimal): -12501042 or 13516609. OLE color: 13516609.

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

Color convert

RGB 65 63 206 -
CMYK 0.68 0.69 0 0.19
HSL 240.84º 0.59% 0.53% -
HSV(B) 240.84º 0.69% 0.81% -
XYZ 15.1 9.14 59.36 -
YUV 79.9 199.16 117.37 -
System Red Green Blue C M Y K H S L
Decimal 65 63 206 0.68 0.69 0 0.19 240.84 0.59 0.53
Hex 41 3F CE 44 45 0 13 F1 3B 35
Octal 101 77 316 104 105 0 23 361 73 65
Binary 1000001 111111 11001110 1000100 1000101 0 10011 11110001 111011 110101

Color Harmonies of #413FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413FCE

Black with #413FCE

Text Example


Text Example

White with #413FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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