Html Css Color HEX #4340CE Free Speech Blue

📋 copy color: '#4340CE'

red 67 ◦ green 64 ◦ blue 206

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

Shades of Free Speech Blue #4340CE

Tints of Free Speech Blue #4340CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 19.88%
G = 18.99%
B = 61.13%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4340CE (or 0x4340CE) is known color: Free Speech Blue. HEX triplet: 43, 40 and CE. RGB value is (67,64,206). Sum of RGB (Red+Green+Blue) = 67+64+206=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #4340CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4340CE is #BCBF31. Grayscale: #505050. Windows color (decimal): -12369714 or 13516867. OLE color: 13516867.

HSL color Cylindrical-coordinate representation of color #4340CE: hue angle of 241.27º 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 #4340CE is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 67 64 206 -
CMYK 0.67 0.69 0 0.19
HSL 241.27º 0.59% 0.53% -
HSV(B) 241.27º 0.69% 0.81% -
XYZ 15.29 9.32 59.38 -
YUV 81.09 198.49 117.95 -
System Red Green Blue C M Y K H S L
Decimal 67 64 206 0.67 0.69 0 0.19 241.27 0.59 0.53
Hex 43 40 CE 43 45 0 13 F1 3B 35
Octal 103 100 316 103 105 0 23 361 73 65
Binary 1000011 1000000 11001110 1000011 1000101 0 10011 11110001 111011 110101

Color Harmonies of #4340CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4340CE

Black with #4340CE

Text Example


Text Example

White with #4340CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4340CE; }

 p { color: rgb(67,64,206); }

 H1.HeaderClassName
 {
   color: #4340CE;
 }
 .AnyTagClassName
 {
   color: #4340CE;
 }
</style>

background-color css

<style>
 a { background-color: #4340CE; }

 a { background-color: rgb(67,64,206); }

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

border-color css

<style>
 span { border-color: #4340CE; }

 span { border-color: rgb(67,64,206); }

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