Html Css Color HEX #413CCE Free Speech Blue

📋 copy color: '#413CCE'

red 65 ◦ green 60 ◦ blue 206

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

Shades of Free Speech Blue #413CCE

Tints of Free Speech Blue #413CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

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

R = 19.64%
G = 18.13%
B = 62.24%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#413CCE (or 0x413CCE) is known color: Free Speech Blue. HEX triplet: 41, 3C and CE. RGB value is (65,60,206). Sum of RGB (Red+Green+Blue) = 65+60+206=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #413CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CCE is #BEC331. Grayscale: #4D4D4D. Windows color (decimal): -12501810 or 13515841. OLE color: 13515841.

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

Color convert

RGB 65 60 206 -
CMYK 0.68 0.71 0 0.19
HSL 242.05º 0.6% 0.52% -
HSV(B) 242.05º 0.71% 0.81% -
XYZ 14.94 8.81 59.31 -
YUV 78.14 200.16 118.63 -
System Red Green Blue C M Y K H S L
Decimal 65 60 206 0.68 0.71 0 0.19 242.05 0.6 0.52
Hex 41 3C CE 44 47 0 13 F2 3C 34
Octal 101 74 316 104 107 0 23 362 74 64
Binary 1000001 111100 11001110 1000100 1000111 0 10011 11110010 111100 110100

Color Harmonies of #413CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CCE

Black with #413CCE

Text Example


Text Example

White with #413CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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