Html Css Color HEX #4341DD Free Speech Blue

📋 copy color: '#4341DD'

red 67 ◦ green 65 ◦ blue 221

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

Shades of Free Speech Blue #4341DD

Tints of Free Speech Blue #4341DD

RGB

 RED value IS 67 (26.56% from 255) = 18.98%

 GREEN value IS 65 (25.78% from 255) = 18.41%

 BLUE value IS 221 (86.72% from 255) = 62.61%

R = 18.98%
G = 18.41%
B = 62.61%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4341DD (or 0x4341DD) is known color: Free Speech Blue. HEX triplet: 43, 41 and DD. RGB value is (67,65,221). Sum of RGB (Red+Green+Blue) = 67+65+221=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #4341DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4341DD is #BCBE22. Grayscale: #525252. Windows color (decimal): -12369443 or 14500163. OLE color: 14500163.

HSL color Cylindrical-coordinate representation of color #4341DD: hue angle of 240.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4341DD is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 65 221 -
CMYK 0.70 0.71 0 0.13
HSL 240.77º 0.7% 0.56% -
HSV(B) 240.77º 0.71% 0.87% -
XYZ 17.26 10.19 69.46 -
YUV 83.38 205.66 116.32 -
System Red Green Blue C M Y K H S L
Decimal 67 65 221 0.70 0.71 0 0.13 240.77 0.7 0.56
Hex 43 41 DD 46 47 0 D F1 46 38
Octal 103 101 335 106 107 0 15 361 106 70
Binary 1000011 1000001 11011101 1000110 1000111 0 1101 11110001 1000110 111000

Color Harmonies of #4341DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4341DD

Black with #4341DD

Text Example


Text Example

White with #4341DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4341DD; }

 p { color: rgb(67,65,221); }

 H1.HeaderClassName
 {
   color: #4341DD;
 }
 .AnyTagClassName
 {
   color: #4341DD;
 }
</style>

background-color css

<style>
 a { background-color: #4341DD; }

 a { background-color: rgb(67,65,221); }

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

border-color css

<style>
 span { border-color: #4341DD; }

 span { border-color: rgb(67,65,221); }

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