Html Css Color HEX #413BCC Free Speech Blue

📋 copy color: '#413BCC'

red 65 ◦ green 59 ◦ blue 204

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

Shades of Free Speech Blue #413BCC

Tints of Free Speech Blue #413BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

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

R = 19.82%
G = 17.99%
B = 62.2%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#413BCC (or 0x413BCC) is known color: Free Speech Blue. HEX triplet: 41, 3B and CC. RGB value is (65,59,204). Sum of RGB (Red+Green+Blue) = 65+59+204=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #413BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BCC is #BEC433. Grayscale: #4C4C4C. Windows color (decimal): -12502068 or 13384513. OLE color: 13384513.

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

Color convert

RGB 65 59 204 -
CMYK 0.68 0.71 0 0.2
HSL 242.48º 0.59% 0.52% -
HSV(B) 242.48º 0.71% 0.8% -
XYZ 14.64 8.61 58.02 -
YUV 77.32 199.49 119.21 -
System Red Green Blue C M Y K H S L
Decimal 65 59 204 0.68 0.71 0 0.2 242.48 0.59 0.52
Hex 41 3B CC 44 47 0 14 F2 3B 34
Octal 101 73 314 104 107 0 24 362 73 64
Binary 1000001 111011 11001100 1000100 1000111 0 10100 11110010 111011 110100

Color Harmonies of #413BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BCC

Black with #413BCC

Text Example


Text Example

White with #413BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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