Html Css Color HEX #3A40CF Free Speech Blue

📋 copy color: '#3A40CF'

red 58 ◦ green 64 ◦ blue 207

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

Shades of Free Speech Blue #3A40CF

Tints of Free Speech Blue #3A40CF

RGB

 RED value IS 58 (23.05% from 255) = 17.63%

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

 BLUE value IS 207 (81.25% from 255) = 62.92%

R = 17.63%
G = 19.45%
B = 62.92%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A40CF (or 0x3A40CF) is known color: Free Speech Blue. HEX triplet: 3A, 40 and CF. RGB value is (58,64,207). Sum of RGB (Red+Green+Blue) = 58+64+207=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A40CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A40CF is #C5BF30. Grayscale: #4D4D4D. Windows color (decimal): -12959537 or 13582394. OLE color: 13582394.

HSL color Cylindrical-coordinate representation of color #3A40CF: hue angle of 237.58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A40CF is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 64 207 -
CMYK 0.72 0.69 0 0.19
HSL 237.58º 0.61% 0.52% -
HSV(B) 237.58º 0.72% 0.81% -
XYZ 14.84 9.07 60 -
YUV 78.51 200.51 113.37 -
System Red Green Blue C M Y K H S L
Decimal 58 64 207 0.72 0.69 0 0.19 237.58 0.61 0.52
Hex 3A 40 CF 48 45 0 13 EE 3D 34
Octal 72 100 317 110 105 0 23 356 75 64
Binary 111010 1000000 11001111 1001000 1000101 0 10011 11101110 111101 110100

Color Harmonies of #3A40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A40CF

Black with #3A40CF

Text Example


Text Example

White with #3A40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A40CF; }

 p { color: rgb(58,64,207); }

 H1.HeaderClassName
 {
   color: #3A40CF;
 }
 .AnyTagClassName
 {
   color: #3A40CF;
 }
</style>

background-color css

<style>
 a { background-color: #3A40CF; }

 a { background-color: rgb(58,64,207); }

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

border-color css

<style>
 span { border-color: #3A40CF; }

 span { border-color: rgb(58,64,207); }

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